#422992

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

Shades of Blue Gem #422992

Tints of Blue Gem #422992

Color information

#422992 (or 0x422992) is unknown color: approx Blue Gem. HEX triplet: 42, 29 and 92. RGB value is (66,41,146). Sum of RGB (Red+Green+Blue) = 66+41+146=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #422992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422992 is #BDD66D. Grayscale: #3C3C3C. Windows color (decimal): -12441198 or 9578818. OLE color: 9578818.

HSL color Cylindrical-coordinate representation of color #422992: hue angle of 254.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422992 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6641146-
CMYK0.550.7200.43
HSL254.29º56.15%36.67%-
HSV(B)254.29º71.92%57.25%-
XYZ8.234.8227.69-
YUV60.45176.28131.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=26.09%
G=16.21%
B=57.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66411460.550.7200.43254.2956.1536.67
Hex422992374802Bfe3825
Octal10251222671100533767045
Binary1000010101001100100101101111001000010101111111110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422992; }

 p { color: rgb(66,41,146); }

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

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

 a { background-color: rgb(66,41,146); }

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

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

 span { border-color: rgb(66,41,146); }

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