#422692

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

Shades of Blue Gem #422692

Tints of Blue Gem #422692

Color information

#422692 (or 0x422692) is unknown color: approx Blue Gem. HEX triplet: 42, 26 and 92. RGB value is (66,38,146). Sum of RGB (Red+Green+Blue) = 66+38+146=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #422692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422692 is #BDD96D. Grayscale: #3A3A3A. Windows color (decimal): -12441966 or 9578050. OLE color: 9578050.

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

Color convert

RGB6638146-
CMYK0.550.7400.43
HSL255.56º58.7%36.08%-
HSV(B)255.56º73.97%57.25%-
XYZ8.134.6227.66-
YUV58.68177.28133.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=26.4%
G=15.2%
B=58.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66381460.550.7400.43255.5658.736.08
Hex422692374A02B1003b24
Octal10246222671120534007344
Binary10000101001101001001011011110010100101011100000000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422692; }

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

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

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

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

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

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

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

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