#422E70

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

Shades of Windsor #422E70

Tints of Windsor #422E70

Color information

#422E70 (or 0x422E70) is unknown color: approx Windsor. HEX triplet: 42, 2E and 70. RGB value is (66,46,112). Sum of RGB (Red+Green+Blue) = 66+46+112=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #422E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E70 is #BDD18F. Grayscale: #3B3B3B. Windows color (decimal): -12439952 or 7351874. OLE color: 7351874.

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

Color convert

RGB6646112-
CMYK0.410.5900.56
HSL258.18º41.77%30.98%-
HSV(B)258.18º58.93%43.92%-
XYZ6.154.2815.83-
YUV59.5157.63132.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 112 (44.14% from 255) = 50%
R=29.46%
G=20.54%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66461120.410.5900.56258.1841.7730.98
Hex422E70293B0381022a1f
Octal1025616051730704025237
Binary10000101011101110000101001111011011100010000001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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