Html Css Color HEX #482079 Windsor

📋 copy color: '#482079'

red 72 ◦ green 32 ◦ blue 121

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

Shades of Windsor #482079

Tints of Windsor #482079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

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

R = 32%
G = 14.22%
B = 53.78%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482079 (or 0x482079) is known color: Windsor. HEX triplet: 48, 20 and 79. RGB value is (72,32,121). Sum of RGB (Red+Green+Blue) = 72+32+121=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #482079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482079 is #B7DF86. Grayscale: #353535. Windows color (decimal): -12050311 or 7938120. OLE color: 7938120.

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

Color convert

RGB 72 32 121 -
CMYK 0.40 0.74 0 0.53
HSL 266.97º 0.58% 0.3% -
HSV(B) 266.97º 0.74% 0.47% -
XYZ 6.64 3.79 18.47 -
YUV 54.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 72 32 121 0.40 0.74 0 0.53 266.97 0.58 0.3
Hex 48 20 79 28 4A 0 35 10B 3A 1E
Octal 110 40 171 50 112 0 65 413 72 36
Binary 1001000 100000 1111001 101000 1001010 0 110101 100001011 111010 11110

Color Harmonies of #482079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482079

Black with #482079

Text Example


Text Example

White with #482079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482079; }

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

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

background-color css

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

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

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

border-color css

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

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

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