Html Css Color HEX #481A7C Windsor

📋 copy color: '#481A7C'

red 72 ◦ green 26 ◦ blue 124

#481A7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #481A7C

Tints of Windsor #481A7C

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 value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#481A7C (or 0x481A7C) is known color: 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

RGB 72 26 124 -
CMYK 0.42 0.79 0 0.51
HSL 268.16º 0.65% 0.29% -
HSV(B) 268.16º 0.79% 0.49% -
XYZ 6.68 3.57 19.41 -
YUV 50.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 72 26 124 0.42 0.79 0 0.51 268.16 0.65 0.29
Hex 48 1A 7C 2A 4F 0 33 10C 41 1D
Octal 110 32 174 52 117 0 63 414 101 35
Binary 1001000 11010 1111100 101010 1001111 0 110011 100001100 1000001 11101

Color Harmonies of #481A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A7C

Black with #481A7C

Text Example


Text Example

White with #481A7C

Text Example


Text Example

HTML Codes & Css Web 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>