#433070

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

Shades of Windsor #433070

Tints of Windsor #433070

Color information

#433070 (or 0x433070) is unknown color: approx Windsor. HEX triplet: 43, 30 and 70. RGB value is (67,48,112). Sum of RGB (Red+Green+Blue) = 67+48+112=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #433070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433070 is #BCCF8F. Grayscale: #3C3C3C. Windows color (decimal): -12373904 or 7352387. OLE color: 7352387.

HSL color Cylindrical-coordinate representation of color #433070: hue angle of 257.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #433070 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6748112-
CMYK0.400.5700.56
HSL257.81º40%31.37%-
HSV(B)257.81º57.14%43.92%-
XYZ6.34.4815.86-
YUV60.98156.79132.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=29.52%
G=21.15%
B=49.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67481120.400.5700.56257.814031.37
Hex4330702839038102281f
Octal1036016050710704025037
Binary10000111100001110000101000111001011100010000001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433070; }

 p { color: rgb(67,48,112); }

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

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

 a { background-color: rgb(67,48,112); }

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

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

 span { border-color: rgb(67,48,112); }

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