Html Css Color HEX #481B8E Windsor

📋 copy color: '#481B8E'

red 72 ◦ green 27 ◦ blue 142

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

Shades of Windsor #481B8E

Tints of Windsor #481B8E

RGB

 RED value IS 72 (28.52% from 255) = 29.88%

 GREEN value IS 27 (10.94% from 255) = 11.2%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 29.88%
G = 11.2%
B = 58.92%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#481B8E (or 0x481B8E) is known color: Windsor. HEX triplet: 48, 1B and 8E. RGB value is (72,27,142). Sum of RGB (Red+Green+Blue) = 72+27+142=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #481B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481B8E is #B7E471. Grayscale: #353535. Windows color (decimal): -12051570 or 9313096. OLE color: 9313096.

HSL color Cylindrical-coordinate representation of color #481B8E: hue angle of 263.48º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481B8E is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 27 142 -
CMYK 0.49 0.81 0 0.44
HSL 263.48º 0.68% 0.33% -
HSV(B) 263.48º 0.81% 0.56% -
XYZ 7.95 4.11 25.97 -
YUV 53.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 72 27 142 0.49 0.81 0 0.44 263.48 0.68 0.33
Hex 48 1B 8E 31 51 0 2C 107 44 21
Octal 110 33 216 61 121 0 54 407 104 41
Binary 1001000 11011 10001110 110001 1010001 0 101100 100000111 1000100 100001

Color Harmonies of #481B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B8E

Black with #481B8E

Text Example


Text Example

White with #481B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,27,142); }

 H1.HeaderClassName
 {
   color: #481B8E;
 }
 .AnyTagClassName
 {
   color: #481B8E;
 }
</style>

background-color css

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

 a { background-color: rgb(72,27,142); }

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

border-color css

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

 span { border-color: rgb(72,27,142); }

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