#483073

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

Shades of Windsor #483073

Tints of Windsor #483073

Color information

#483073 (or 0x483073) is unknown color: approx Windsor. HEX triplet: 48, 30 and 73. RGB value is (72,48,115). Sum of RGB (Red+Green+Blue) = 72+48+115=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #483073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483073 is #B7CF8C. Grayscale: #3E3E3E. Windows color (decimal): -12046221 or 7549000. OLE color: 7549000.

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

Color convert

RGB7248115-
CMYK0.370.5800.55
HSL261.49º41.1%31.96%-
HSV(B)261.49º58.26%45.1%-
XYZ6.824.7316.77-
YUV62.81157.45134.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=30.64%
G=20.43%
B=48.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72481150.370.5800.55261.4941.131.96
Hex483073253A0371052920
Octal1106016345720674055140
Binary100100011000011100111001011110100110111100000101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483073; }

 p { color: rgb(72,48,115); }

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

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

 a { background-color: rgb(72,48,115); }

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

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

 span { border-color: rgb(72,48,115); }

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