#483472

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

Shades of Windsor #483472

Tints of Windsor #483472

Color information

#483472 (or 0x483472) is unknown color: approx Windsor. HEX triplet: 48, 34 and 72. RGB value is (72,52,114). Sum of RGB (Red+Green+Blue) = 72+52+114=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #483472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483472 is #B7CB8D. Grayscale: #404040. Windows color (decimal): -12045198 or 7484488. OLE color: 7484488.

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

Color convert

RGB7252114-
CMYK0.370.5400.55
HSL259.35º37.35%32.55%-
HSV(B)259.35º54.39%44.71%-
XYZ6.945.0516.53-
YUV65.05155.63132.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=30.25%
G=21.85%
B=47.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72521140.370.5400.55259.3537.3532.55
Hex48347225360371032521
Octal1106416245660674034541
Binary100100011010011100101001011101100110111100000011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483472; }

 p { color: rgb(72,52,114); }

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

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

 a { background-color: rgb(72,52,114); }

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

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

 span { border-color: rgb(72,52,114); }

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