#4028a9

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

Shades of Blue Gem #4028A9

Tints of Blue Gem #4028A9

Color information

#4028A9 (or 0x4028A9) is unknown color: approx Blue Gem. HEX triplet: 40, 28 and A9. RGB value is (64,40,169). Sum of RGB (Red+Green+Blue) = 64+40+169=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #4028A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4028A9 is #BFD756. Grayscale: #3D3D3D. Windows color (decimal): -12572503 or 11085888. OLE color: 11085888.

HSL color Cylindrical-coordinate representation of color #4028A9: hue angle of 251.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4028A9 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6440169-
CMYK0.620.7600.34
HSL251.16º61.72%40.98%-
HSV(B)251.16º76.33%66.27%-
XYZ10.035.4738.06-
YUV61.88188.45129.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 169 (66.41% from 255) = 61.90%
R=23.44%
G=14.65%
B=61.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64401690.620.7600.34251.1661.7240.98
Hex4028A93E4C022fb3e29
Octal10050251761140423737651
Binary1000000101000101010011111101001100010001011111011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4028a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4028a9; }

 p { color: rgb(64,40,169); }

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

<style>
 a { background-color: #4028a9; }

 a { background-color: rgb(64,40,169); }

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

<style>
 span { border-color: #4028a9; }

 span { border-color: rgb(64,40,169); }

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