#4227AE

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

Shades of Blue Gem #4227AE

Tints of Blue Gem #4227AE

Color information

#4227AE (or 0x4227AE) is unknown color: approx Blue Gem. HEX triplet: 42, 27 and AE. RGB value is (66,39,174). Sum of RGB (Red+Green+Blue) = 66+39+174=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #4227AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4227AE is #BDD851. Grayscale: #3D3D3D. Windows color (decimal): -12441682 or 11413314. OLE color: 11413314.

HSL color Cylindrical-coordinate representation of color #4227AE: hue angle of 252º 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 #4227AE is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6639174-
CMYK0.620.7800.32
HSL252º63.38%41.76%-
HSV(B)252º77.59%68.24%-
XYZ10.615.6740.58-
YUV62.46190.95130.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=23.66%
G=13.98%
B=62.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66391740.620.7800.3225263.3841.76
Hex4227AE3E4E020fc3f2a
Octal10247256761160403747752
Binary1000010100111101011101111101001110010000011111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4227AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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