#433474

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

Shades of Windsor #433474

Tints of Windsor #433474

Color information

#433474 (or 0x433474) is unknown color: approx Windsor. HEX triplet: 43, 34 and 74. RGB value is (67,52,116). Sum of RGB (Red+Green+Blue) = 67+52+116=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #433474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433474 is #BCCB8B. Grayscale: #3F3F3F. Windows color (decimal): -12372876 or 7615555. OLE color: 7615555.

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

Color convert

RGB6752116-
CMYK0.420.5500.55
HSL254.06º38.1%32.94%-
HSV(B)254.06º55.17%45.49%-
XYZ6.74.9117.12-
YUV63.78157.47130.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=28.51%
G=22.13%
B=49.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67521160.420.5500.55254.0638.132.94
Hex4334742A37037fe2621
Octal1036416452670673764641
Binary10000111101001110100101010110111011011111111110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433474; }

 p { color: rgb(67,52,116); }

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

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

 a { background-color: rgb(67,52,116); }

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

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

 span { border-color: rgb(67,52,116); }

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