Html Css Color HEX #482976 Windsor

📋 copy color: '#482976'

red 72 ◦ green 41 ◦ blue 118

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

Shades of Windsor #482976

Tints of Windsor #482976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 31.17%
G = 17.75%
B = 51.08%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#482976 (or 0x482976) is known color: Windsor. HEX triplet: 48, 29 and 76. RGB value is (72,41,118). Sum of RGB (Red+Green+Blue) = 72+41+118=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #482976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482976 is #B7D689. Grayscale: #3A3A3A. Windows color (decimal): -12048010 or 7743816. OLE color: 7743816.

HSL color Cylindrical-coordinate representation of color #482976: hue angle of 264.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482976 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 41 118 -
CMYK 0.39 0.65 0 0.54
HSL 264.16º 0.48% 0.31% -
HSV(B) 264.16º 0.65% 0.46% -
XYZ 6.74 4.27 17.61 -
YUV 59.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 72 41 118 0.39 0.65 0 0.54 264.16 0.48 0.31
Hex 48 29 76 27 41 0 36 108 30 1F
Octal 110 51 166 47 101 0 66 410 60 37
Binary 1001000 101001 1110110 100111 1000001 0 110110 100001000 110000 11111

Color Harmonies of #482976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482976

Black with #482976

Text Example


Text Example

White with #482976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482976; }

 p { color: rgb(72,41,118); }

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

background-color css

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

 a { background-color: rgb(72,41,118); }

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

border-color css

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

 span { border-color: rgb(72,41,118); }

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