Html Css Color HEX #481E92 Windsor

📋 copy color: '#481E92'

red 72 ◦ green 30 ◦ blue 146

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

Shades of Windsor #481E92

Tints of Windsor #481E92

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 29.03%
G = 12.1%
B = 58.87%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#481E92 (or 0x481E92) is known color: Windsor. HEX triplet: 48, 1E and 92. RGB value is (72,30,146). Sum of RGB (Red+Green+Blue) = 72+30+146=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #481E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481E92 is #B7E16D. Grayscale: #373737. Windows color (decimal): -12050798 or 9576008. OLE color: 9576008.

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

Color convert

RGB 72 30 146 -
CMYK 0.51 0.79 0 0.43
HSL 261.72º 0.66% 0.35% -
HSV(B) 261.72º 0.79% 0.57% -
XYZ 8.33 4.38 27.6 -
YUV 55.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 72 30 146 0.51 0.79 0 0.43 261.72 0.66 0.35
Hex 48 1E 92 33 4F 0 2B 106 42 23
Octal 110 36 222 63 117 0 53 406 102 43
Binary 1001000 11110 10010010 110011 1001111 0 101011 100000110 1000010 100011

Color Harmonies of #481E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E92

Black with #481E92

Text Example


Text Example

White with #481E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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