Html Css Color HEX #481A98 Windsor

📋 copy color: '#481A98'

red 72 ◦ green 26 ◦ blue 152

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

Shades of Windsor #481A98

Tints of Windsor #481A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 28.8%
G = 10.4%
B = 60.8%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#481A98 (or 0x481A98) is known color: Windsor. HEX triplet: 48, 1A and 98. RGB value is (72,26,152). Sum of RGB (Red+Green+Blue) = 72+26+152=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #481A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481A98 is #B7E567. Grayscale: #353535. Windows color (decimal): -12051816 or 9968200. OLE color: 9968200.

HSL color Cylindrical-coordinate representation of color #481A98: hue angle of 261.9º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481A98 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 26 152 -
CMYK 0.53 0.83 0 0.40
HSL 261.9º 0.71% 0.35% -
HSV(B) 261.9º 0.83% 0.6% -
XYZ 8.71 4.38 30.09 -
YUV 54.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 72 26 152 0.53 0.83 0 0.40 261.9 0.71 0.35
Hex 48 1A 98 35 53 0 28 106 47 23
Octal 110 32 230 65 123 0 50 406 107 43
Binary 1001000 11010 10011000 110101 1010011 0 101000 100000110 1000111 100011

Color Harmonies of #481A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A98

Black with #481A98

Text Example


Text Example

White with #481A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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