#422FB0

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

Shades of Blue Gem #422FB0

Tints of Blue Gem #422FB0

Color information

#422FB0 (or 0x422FB0) is unknown color: approx Blue Gem. HEX triplet: 42, 2F and B0. RGB value is (66,47,176). Sum of RGB (Red+Green+Blue) = 66+47+176=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #422FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422FB0 is #BDD04F. Grayscale: #424242. Windows color (decimal): -12439632 or 11546434. OLE color: 11546434.

HSL color Cylindrical-coordinate representation of color #422FB0: hue angle of 248.84º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422FB0 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6647176-
CMYK0.620.7300.31
HSL248.84º57.85%43.73%-
HSV(B)248.84º73.3%69.02%-
XYZ11.16.3341.71-
YUV67.39189.29127.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 176 (69.14% from 255) = 60.90%
R=22.84%
G=16.26%
B=60.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66471760.620.7300.31248.8457.8543.73
Hex422FB03E4901Ff93a2c
Octal10257260761110373717254
Binary100001010111110110000111110100100101111111111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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