#443476

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

Shades of Windsor #443476

Tints of Windsor #443476

Color information

#443476 (or 0x443476) is unknown color: approx Windsor. HEX triplet: 44, 34 and 76. RGB value is (68,52,118). Sum of RGB (Red+Green+Blue) = 68+52+118=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #443476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443476 is #BBCB89. Grayscale: #404040. Windows color (decimal): -12307338 or 7746628. OLE color: 7746628.

HSL color Cylindrical-coordinate representation of color #443476: hue angle of 254.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443476 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6852118-
CMYK0.420.5600.54
HSL254.55º38.82%33.33%-
HSV(B)254.55º55.93%46.27%-
XYZ6.884.9917.74-
YUV64.31158.3130.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=28.57%
G=21.85%
B=49.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68521180.420.5600.54254.5538.8233.33
Hex4434762A38036ff2721
Octal1046416652700663774741
Binary10001001101001110110101010111000011011011111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443476; }

 p { color: rgb(68,52,118); }

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

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

 a { background-color: rgb(68,52,118); }

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

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

 span { border-color: rgb(68,52,118); }

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