Html Css Color HEX #482979 Windsor

📋 copy color: '#482979'

red 72 ◦ green 41 ◦ blue 121

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

Shades of Windsor #482979

Tints of Windsor #482979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 30.77%
G = 17.52%
B = 51.71%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482979 (or 0x482979) is known color: Windsor. HEX triplet: 48, 29 and 79. RGB value is (72,41,121). Sum of RGB (Red+Green+Blue) = 72+41+121=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #482979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482979 is #B7D686. Grayscale: #3B3B3B. Windows color (decimal): -12048007 or 7940424. OLE color: 7940424.

HSL color Cylindrical-coordinate representation of color #482979: hue angle of 263.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482979 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 41 121 -
CMYK 0.40 0.66 0 0.53
HSL 263.25º 0.49% 0.32% -
HSV(B) 263.25º 0.66% 0.47% -
XYZ 6.92 4.34 18.56 -
YUV 59.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 72 41 121 0.40 0.66 0 0.53 263.25 0.49 0.32
Hex 48 29 79 28 42 0 35 107 31 20
Octal 110 51 171 50 102 0 65 407 61 40
Binary 1001000 101001 1111001 101000 1000010 0 110101 100000111 110001 100000

Color Harmonies of #482979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482979

Black with #482979

Text Example


Text Example

White with #482979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482979; }

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

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

background-color css

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

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

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

border-color css

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

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

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