#4026AB

Color #4026AB Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4026AB

Tints of Blue Gem #4026AB

Color information

#4026AB (or 0x4026AB) is unknown color: approx Blue Gem. HEX triplet: 40, 26 and AB. RGB value is (64,38,171). Sum of RGB (Red+Green+Blue) = 64+38+171=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #4026AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4026AB is #BFD954. Grayscale: #3C3C3C. Windows color (decimal): -12573013 or 11216448. OLE color: 11216448.

HSL color Cylindrical-coordinate representation of color #4026AB: hue angle of 251.73º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4026AB is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6438171-
CMYK0.630.7800.33
HSL251.73º63.64%40.98%-
HSV(B)251.73º77.78%67.06%-
XYZ10.165.4239.04-
YUV60.94190.11130.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=23.44%
G=13.92%
B=62.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64381710.630.7800.33251.7363.6440.98
Hex4026AB3F4E021fc4029
Octal100462537711604137410051
Binary10000001001101010101111111110011100100001111111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4026AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4026AB; }

 p { color: rgb(64,38,171); }

 H1.HeaderClassName
 {
   color: #4026AB;
 }
 .AnyTagClassName
 {
   color: #4026AB;
 }
</style>
background-color css

<style>
 a { background-color: #4026AB; }

 a { background-color: rgb(64,38,171); }

 div.DivClassName
 {
   background-color: #4026AB;
 }
 .BgClassName
 {
   background-color: #4026AB;
 }
</style>
border-color css

<style>
 span { border-color: #4026AB; }

 span { border-color: rgb(64,38,171); }

 td.TdClassName
 {
   border-color: #4026AB;
 }
 .TagClassName
 {
   border-color: #4026AB;
 }
</style>