#483677

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

Shades of Windsor #483677

Tints of Windsor #483677

Color information

#483677 (or 0x483677) is unknown color: approx Windsor. HEX triplet: 48, 36 and 77. RGB value is (72,54,119). Sum of RGB (Red+Green+Blue) = 72+54+119=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #483677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483677 is #B7C988. Grayscale: #424242. Windows color (decimal): -12044681 or 7812680. OLE color: 7812680.

HSL color Cylindrical-coordinate representation of color #483677: hue angle of 256.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #483677 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7254119-
CMYK0.390.5500.53
HSL256.62º37.57%33.92%-
HSV(B)256.62º54.62%46.67%-
XYZ7.325.3518.1-
YUV66.79157.46131.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=29.39%
G=22.04%
B=48.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72541190.390.5500.53256.6237.5733.92
Hex48367727370351012622
Octal1106616747670654014642
Binary100100011011011101111001111101110110101100000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483677; }

 p { color: rgb(72,54,119); }

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

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

 a { background-color: rgb(72,54,119); }

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

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

 span { border-color: rgb(72,54,119); }

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