Html Css Color HEX #482490 Windsor

📋 copy color: '#482490'

red 72 ◦ green 36 ◦ blue 144

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

Shades of Windsor #482490

Tints of Windsor #482490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 28.57%
G = 14.29%
B = 57.14%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#482490 (or 0x482490) is known color: Windsor. HEX triplet: 48, 24 and 90. RGB value is (72,36,144). Sum of RGB (Red+Green+Blue) = 72+36+144=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #482490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482490 is #B7DB6F. Grayscale: #3A3A3A. Windows color (decimal): -12049264 or 9446472. OLE color: 9446472.

HSL color Cylindrical-coordinate representation of color #482490: hue angle of 260º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482490 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 36 144 -
CMYK 0.50 0.75 0 0.44
HSL 260º 0.6% 0.35% -
HSV(B) 260º 0.75% 0.56% -
XYZ 8.34 4.65 26.84 -
YUV 59.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 72 36 144 0.50 0.75 0 0.44 260 0.6 0.35
Hex 48 24 90 32 4B 0 2C 104 3C 23
Octal 110 44 220 62 113 0 54 404 74 43
Binary 1001000 100100 10010000 110010 1001011 0 101100 100000100 111100 100011

Color Harmonies of #482490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482490

Black with #482490

Text Example


Text Example

White with #482490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482490; }

 p { color: rgb(72,36,144); }

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

background-color css

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

 a { background-color: rgb(72,36,144); }

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

border-color css

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

 span { border-color: rgb(72,36,144); }

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