#4027AE

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

Shades of Blue Gem #4027AE

Tints of Blue Gem #4027AE

Color information

#4027AE (or 0x4027AE) is unknown color: approx Blue Gem. HEX triplet: 40, 27 and AE. RGB value is (64,39,174). Sum of RGB (Red+Green+Blue) = 64+39+174=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #4027AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4027AE is #BFD851. Grayscale: #3D3D3D. Windows color (decimal): -12572754 or 11413312. OLE color: 11413312.

HSL color Cylindrical-coordinate representation of color #4027AE: hue angle of 251.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4027AE is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6439174-
CMYK0.630.7800.32
HSL251.11º63.38%41.76%-
HSV(B)251.11º77.59%68.24%-
XYZ10.485.640.57-
YUV61.86191.28129.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 174 (68.36% from 255) = 62.82%
R=23.10%
G=14.08%
B=62.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64391740.630.7800.32251.1163.3841.76
Hex4027AE3F4E020fb3f2a
Octal10047256771160403737752
Binary1000000100111101011101111111001110010000011111011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4027AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4027AE; }

 p { color: rgb(64,39,174); }

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

<style>
 a { background-color: #4027AE; }

 a { background-color: rgb(64,39,174); }

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

<style>
 span { border-color: #4027AE; }

 span { border-color: rgb(64,39,174); }

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