#483879

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

Shades of Windsor #483879

Tints of Windsor #483879

Color information

#483879 (or 0x483879) is unknown color: approx Windsor. HEX triplet: 48, 38 and 79. RGB value is (72,56,121). Sum of RGB (Red+Green+Blue) = 72+56+121=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #483879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483879 is #B7C786. Grayscale: #434343. Windows color (decimal): -12044167 or 7944264. OLE color: 7944264.

HSL color Cylindrical-coordinate representation of color #483879: hue angle of 254.77º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483879 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7256121-
CMYK0.400.5400.53
HSL254.77º36.72%34.71%-
HSV(B)254.77º53.72%47.45%-
XYZ7.545.5918.77-
YUV68.19157.8130.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=28.92%
G=22.49%
B=48.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72561210.400.5400.53254.7736.7234.71
Hex4838792836035ff2523
Octal1107017150660653774543
Binary10010001110001111001101000110110011010111111111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483879; }

 p { color: rgb(72,56,121); }

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

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

 a { background-color: rgb(72,56,121); }

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

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

 span { border-color: rgb(72,56,121); }

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