#4225a4

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

Shades of Blue Gem #4225A4

Tints of Blue Gem #4225A4

Color information

#4225A4 (or 0x4225A4) is unknown color: approx Blue Gem. HEX triplet: 42, 25 and A4. RGB value is (66,37,164). Sum of RGB (Red+Green+Blue) = 66+37+164=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #4225A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4225A4 is #BDDA5B. Grayscale: #3B3B3B. Windows color (decimal): -12442204 or 10757442. OLE color: 10757442.

HSL color Cylindrical-coordinate representation of color #4225A4: hue angle of 253.7º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4225A4 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6637164-
CMYK0.600.7700.36
HSL253.7º63.18%39.41%-
HSV(B)253.7º77.44%64.31%-
XYZ9.615.1635.61-
YUV60.15186.61132.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 164 (64.45% from 255) = 61.42%
R=24.72%
G=13.86%
B=61.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66371640.600.7700.36253.763.1839.41
Hex4225A43C4D024fe3f27
Octal10245244741150443767747
Binary1000010100101101001001111001001101010010011111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4225a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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