#423074

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

Shades of Windsor #423074

Tints of Windsor #423074

Color information

#423074 (or 0x423074) is unknown color: approx Windsor. HEX triplet: 42, 30 and 74. RGB value is (66,48,116). Sum of RGB (Red+Green+Blue) = 66+48+116=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #423074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423074 is #BDCF8B. Grayscale: #3C3C3C. Windows color (decimal): -12439436 or 7614530. OLE color: 7614530.

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

Color convert

RGB6648116-
CMYK0.430.5900.55
HSL255.88º41.46%32.16%-
HSV(B)255.88º58.62%45.49%-
XYZ6.464.5317.06-
YUV61.13158.96131.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 116 (45.70% from 255) = 50.43%
R=28.70%
G=20.87%
B=50.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66481160.430.5900.55255.8841.4632.16
Hex4230742B3B0371002920
Octal1026016453730674005140
Binary100001011000011101001010111110110110111100000000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423074; }

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

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

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

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

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

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

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

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