#4224AF

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

Shades of Blue Gem #4224AF

Tints of Blue Gem #4224AF

Color information

#4224AF (or 0x4224AF) is unknown color: approx Blue Gem. HEX triplet: 42, 24 and AF. RGB value is (66,36,175). Sum of RGB (Red+Green+Blue) = 66+36+175=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #4224AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4224AF is #BDDB50. Grayscale: #3C3C3C. Windows color (decimal): -12442449 or 11478082. OLE color: 11478082.

HSL color Cylindrical-coordinate representation of color #4224AF: hue angle of 252.95º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4224AF is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6636175-
CMYK0.620.7900.31
HSL252.95º65.88%41.37%-
HSV(B)252.95º79.43%68.63%-
XYZ10.625.5241.06-
YUV60.82192.44131.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 175 (68.75% from 255) = 63.18%
R=23.83%
G=13.00%
B=63.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66361750.620.7900.31252.9565.8841.37
Hex4224AF3E4F01Ffd4229
Octal102442577611703737510251
Binary1000010100100101011111111101001111011111111111011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4224AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4224AF; }

 p { color: rgb(66,36,175); }

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

<style>
 a { background-color: #4224AF; }

 a { background-color: rgb(66,36,175); }

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

<style>
 span { border-color: #4224AF; }

 span { border-color: rgb(66,36,175); }

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