#422E96

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

Shades of Blue Gem #422E96

Tints of Blue Gem #422E96

Color information

#422E96 (or 0x422E96) is unknown color: approx Blue Gem. HEX triplet: 42, 2E and 96. RGB value is (66,46,150). Sum of RGB (Red+Green+Blue) = 66+46+150=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #422E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422E96 is #BDD169. Grayscale: #3F3F3F. Windows color (decimal): -12439914 or 9842242. OLE color: 9842242.

HSL color Cylindrical-coordinate representation of color #422E96: hue angle of 251.54º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422E96 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6646150-
CMYK0.560.6900.41
HSL251.54º53.06%38.43%-
HSV(B)251.54º69.33%58.82%-
XYZ8.735.3129.42-
YUV63.84176.63129.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 46 (18.36% from 255) = 17.56%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=25.19%
G=17.56%
B=57.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66461500.560.6900.41251.5453.0638.43
Hex422E963845029fc3526
Octal10256226701050513746546
Binary1000010101110100101101110001000101010100111111100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422E96; }

 p { color: rgb(66,46,150); }

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

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

 a { background-color: rgb(66,46,150); }

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

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

 span { border-color: rgb(66,46,150); }

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