#481D7A

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

Shades of Windsor #481D7A

Tints of Windsor #481D7A

Color information

#481D7A (or 0x481D7A) is unknown color: approx Windsor. HEX triplet: 48, 1D and 7A. RGB value is (72,29,122). Sum of RGB (Red+Green+Blue) = 72+29+122=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #481D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D7A is #B7E285. Grayscale: #343434. Windows color (decimal): -12051078 or 8002888. OLE color: 8002888.

HSL color Cylindrical-coordinate representation of color #481D7A: hue angle of 267.74º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481D7A is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7229122-
CMYK0.410.7600.52
HSL267.74º61.59%29.61%-
HSV(B)267.74º76.23%47.84%-
XYZ6.623.6618.77-
YUV52.46167.25141.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 29 (11.72% from 255) = 13.00%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=32.29%
G=13.00%
B=54.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72291220.410.7600.52267.7461.5929.61
Hex481D7A294C03410c3e1e
Octal11035172511140644147636
Binary10010001110111110101010011001100011010010000110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D7A; }

 p { color: rgb(72,29,122); }

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

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

 a { background-color: rgb(72,29,122); }

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

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

 span { border-color: rgb(72,29,122); }

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