#423678

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

Shades of Windsor #423678

Tints of Windsor #423678

Color information

#423678 (or 0x423678) is unknown color: approx Windsor. HEX triplet: 42, 36 and 78. RGB value is (66,54,120). Sum of RGB (Red+Green+Blue) = 66+54+120=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #423678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423678 is #BDC987. Grayscale: #404040. Windows color (decimal): -12437896 or 7878210. OLE color: 7878210.

HSL color Cylindrical-coordinate representation of color #423678: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423678 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6654120-
CMYK0.450.5500.53
HSL250.91º37.93%34.12%-
HSV(B)250.91º55%47.06%-
XYZ6.965.1518.4-
YUV65.11158.98128.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 120 (47.27% from 255) = 50%
R=27.5%
G=22.5%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66541200.450.5500.53250.9137.9334.12
Hex4236782D37035fb2622
Octal1026617055670653734642
Binary10000101101101111000101101110111011010111111011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423678; }

 p { color: rgb(66,54,120); }

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

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

 a { background-color: rgb(66,54,120); }

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

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

 span { border-color: rgb(66,54,120); }

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