#422F94

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

Shades of Blue Gem #422F94

Tints of Blue Gem #422F94

Color information

#422F94 (or 0x422F94) is unknown color: approx Blue Gem. HEX triplet: 42, 2F and 94. RGB value is (66,47,148). Sum of RGB (Red+Green+Blue) = 66+47+148=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #422F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F94 is #BDD06B. Grayscale: #3F3F3F. Windows color (decimal): -12439660 or 9711426. OLE color: 9711426.

HSL color Cylindrical-coordinate representation of color #422F94: hue angle of 251.29º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422F94 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6647148-
CMYK0.550.6800.42
HSL251.29º51.79%38.24%-
HSV(B)251.29º68.24%58.04%-
XYZ8.615.3328.59-
YUV64.19175.29129.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=25.29%
G=18.01%
B=56.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66471480.550.6800.42251.2951.7938.24
Hex422F94374402Afb3426
Octal10257224671040523736446
Binary1000010101111100101001101111000100010101011111011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,47,148); }

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

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

 a { background-color: rgb(66,47,148); }

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

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

 span { border-color: rgb(66,47,148); }

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