#422B68

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

Shades of Blue Diamond #422B68

Tints of Blue Diamond #422B68

Color information

#422B68 (or 0x422B68) is unknown color: approx Blue Diamond. HEX triplet: 42, 2B and 68. RGB value is (66,43,104). Sum of RGB (Red+Green+Blue) = 66+43+104=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #422B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B68 is #BDD497. Grayscale: #383838. Windows color (decimal): -12440728 or 6826818. OLE color: 6826818.

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

Color convert

RGB6643104-
CMYK0.370.5900.59
HSL262.62º41.5%28.82%-
HSV(B)262.62º58.65%40.78%-
XYZ5.613.8913.55-
YUV56.83154.62134.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=30.99%
G=20.19%
B=48.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66431040.370.5900.59262.6241.528.82
Hex422B68253B03B107291d
Octal1025315045730734075135
Binary10000101010111101000100101111011011101110000011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,43,104); }

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

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

 a { background-color: rgb(66,43,104); }

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

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

 span { border-color: rgb(66,43,104); }

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