#483370

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

Shades of Windsor #483370

Tints of Windsor #483370

Color information

#483370 (or 0x483370) is unknown color: approx Windsor. HEX triplet: 48, 33 and 70. RGB value is (72,51,112). Sum of RGB (Red+Green+Blue) = 72+51+112=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #483370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483370 is #B7CC8F. Grayscale: #404040. Windows color (decimal): -12045456 or 7353160. OLE color: 7353160.

HSL color Cylindrical-coordinate representation of color #483370: hue angle of 260.66º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483370 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7251112-
CMYK0.360.5400.56
HSL260.66º37.42%31.96%-
HSV(B)260.66º54.46%43.92%-
XYZ6.784.9215.92-
YUV64.23154.96133.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=30.64%
G=21.70%
B=47.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72511120.360.5400.56260.6637.4231.96
Hex48337024360381052520
Octal1106316044660704054540
Binary100100011001111100001001001101100111000100000101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483370; }

 p { color: rgb(72,51,112); }

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

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

 a { background-color: rgb(72,51,112); }

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

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

 span { border-color: rgb(72,51,112); }

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