#481A7C

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

Shades of Windsor #481A7C

Tints of Windsor #481A7C

Color information

#481A7C (or 0x481A7C) is unknown color: approx Windsor. HEX triplet: 48, 1A and 7C. RGB value is (72,26,124). Sum of RGB (Red+Green+Blue) = 72+26+124=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #481A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A7C is #B7E583. Grayscale: #323232. Windows color (decimal): -12051844 or 8133192. OLE color: 8133192.

HSL color Cylindrical-coordinate representation of color #481A7C: hue angle of 268.16º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481A7C is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7226124-
CMYK0.420.7900.51
HSL268.16º65.33%29.41%-
HSV(B)268.16º79.03%48.63%-
XYZ6.683.5719.41-
YUV50.93169.24143.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=32.43%
G=11.71%
B=55.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72261240.420.7900.51268.1665.3329.41
Hex481A7C2A4F03310c411d
Octal110321745211706341410135
Binary100100011010111110010101010011110110011100001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,124); }

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

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

 a { background-color: rgb(72,26,124); }

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

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

 span { border-color: rgb(72,26,124); }

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