#482687

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

Shades of Windsor #482687

Tints of Windsor #482687

Color information

#482687 (or 0x482687) is unknown color: approx Windsor. HEX triplet: 48, 26 and 87. RGB value is (72,38,135). Sum of RGB (Red+Green+Blue) = 72+38+135=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #482687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482687 is #B7D978. Grayscale: #3A3A3A. Windows color (decimal): -12048761 or 8857160. OLE color: 8857160.

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

Color convert

RGB7238135-
CMYK0.470.7200.47
HSL261.03º56.07%33.92%-
HSV(B)261.03º71.85%52.94%-
XYZ7.744.5123.38-
YUV59.22170.76137.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=29.39%
G=15.51%
B=55.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72381350.470.7200.47261.0356.0733.92
Hex4826872F4802F1053822
Octal11046207571100574057042
Binary10010001001101000011110111110010000101111100000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482687; }

 p { color: rgb(72,38,135); }

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

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

 a { background-color: rgb(72,38,135); }

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

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

 span { border-color: rgb(72,38,135); }

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