#4225A6

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

Shades of Blue Gem #4225A6

Tints of Blue Gem #4225A6

Color information

#4225A6 (or 0x4225A6) is unknown color: approx Blue Gem. HEX triplet: 42, 25 and A6. RGB value is (66,37,166). Sum of RGB (Red+Green+Blue) = 66+37+166=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 166 (65.23% from 255 or 61.71% from 269); Max value from RGB is 166 - color contains mainly: blue. Hex color #4225A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4225A6 is #BDDA59. Grayscale: #3B3B3B. Windows color (decimal): -12442202 or 10888514. OLE color: 10888514.

HSL color Cylindrical-coordinate representation of color #4225A6: hue angle of 253.49º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4225A6 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6637166-
CMYK0.600.7800.35
HSL253.49º63.55%39.8%-
HSV(B)253.49º77.71%65.1%-
XYZ9.795.2336.57-
YUV60.38187.61132.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 166 (65.23% from 255) = 61.71%
R=24.54%
G=13.75%
B=61.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66371660.600.7800.35253.4963.5539.8
Hex4225A63C4E023fd4028
Octal102452467411604337510050
Binary10000101001011010011011110010011100100011111111011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4225A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4225A6; }

 p { color: rgb(66,37,166); }

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

<style>
 a { background-color: #4225A6; }

 a { background-color: rgb(66,37,166); }

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

<style>
 span { border-color: #4225A6; }

 span { border-color: rgb(66,37,166); }

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