#482192

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

Shades of Windsor #482192

Tints of Windsor #482192

Color information

#482192 (or 0x482192) is unknown color: approx Windsor. HEX triplet: 48, 21 and 92. RGB value is (72,33,146). Sum of RGB (Red+Green+Blue) = 72+33+146=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #482192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482192 is #B7DE6D. Grayscale: #393939. Windows color (decimal): -12050030 or 9576776. OLE color: 9576776.

HSL color Cylindrical-coordinate representation of color #482192: hue angle of 260.71º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482192 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7233146-
CMYK0.510.7700.43
HSL260.71º63.13%35.1%-
HSV(B)260.71º77.4%57.25%-
XYZ8.44.5427.63-
YUV57.54177.92138.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 146 (57.42% from 255) = 58.17%
R=28.69%
G=13.15%
B=58.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72331460.510.7700.43260.7163.1335.1
Hex482192334D02B1053f23
Octal11041222631150534057743
Binary10010001000011001001011001110011010101011100000101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482192; }

 p { color: rgb(72,33,146); }

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

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

 a { background-color: rgb(72,33,146); }

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

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

 span { border-color: rgb(72,33,146); }

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