#423073

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

Shades of Windsor #423073

Tints of Windsor #423073

Color information

#423073 (or 0x423073) is unknown color: approx Windsor. HEX triplet: 42, 30 and 73. RGB value is (66,48,115). Sum of RGB (Red+Green+Blue) = 66+48+115=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #423073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423073 is #BDCF8C. Grayscale: #3C3C3C. Windows color (decimal): -12439437 or 7548994. OLE color: 7548994.

HSL color Cylindrical-coordinate representation of color #423073: hue angle of 256.12º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423073 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6648115-
CMYK0.430.5800.55
HSL256.12º41.1%31.96%-
HSV(B)256.12º58.26%45.1%-
XYZ6.44.5116.75-
YUV61.02158.46131.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=28.82%
G=20.96%
B=50.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66481150.430.5800.55256.1241.131.96
Hex4230732B3A0371002920
Octal1026016353720674005140
Binary100001011000011100111010111110100110111100000000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423073; }

 p { color: rgb(66,48,115); }

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

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

 a { background-color: rgb(66,48,115); }

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

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

 span { border-color: rgb(66,48,115); }

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