Html Css Color HEX #482778 Windsor

📋 copy color: '#482778'

red 72 ◦ green 39 ◦ blue 120

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

Shades of Windsor #482778

Tints of Windsor #482778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 31.17%
G = 16.88%
B = 51.95%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482778 (or 0x482778) is known color: Windsor. HEX triplet: 48, 27 and 78. RGB value is (72,39,120). Sum of RGB (Red+Green+Blue) = 72+39+120=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #482778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482778 is #B7D887. Grayscale: #393939. Windows color (decimal): -12048520 or 7874376. OLE color: 7874376.

HSL color Cylindrical-coordinate representation of color #482778: hue angle of 264.44º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482778 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 39 120 -
CMYK 0.40 0.67 0 0.53
HSL 264.44º 0.51% 0.31% -
HSV(B) 264.44º 0.68% 0.47% -
XYZ 6.79 4.18 18.22 -
YUV 58.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 72 39 120 0.40 0.67 0 0.53 264.44 0.51 0.31
Hex 48 27 78 28 43 0 35 108 33 1F
Octal 110 47 170 50 103 0 65 410 63 37
Binary 1001000 100111 1111000 101000 1000011 0 110101 100001000 110011 11111

Color Harmonies of #482778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482778

Black with #482778

Text Example


Text Example

White with #482778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482778; }

 p { color: rgb(72,39,120); }

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

background-color css

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

 a { background-color: rgb(72,39,120); }

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

border-color css

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

 span { border-color: rgb(72,39,120); }

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