Html Css Color HEX #482777 Windsor

📋 copy color: '#482777'

red 72 ◦ green 39 ◦ blue 119

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

Shades of Windsor #482777

Tints of Windsor #482777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.74%

R = 31.3%
G = 16.96%
B = 51.74%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482777 (or 0x482777) is known color: Windsor. HEX triplet: 48, 27 and 77. RGB value is (72,39,119). Sum of RGB (Red+Green+Blue) = 72+39+119=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #482777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482777 is #B7D888. Grayscale: #393939. Windows color (decimal): -12048521 or 7808840. OLE color: 7808840.

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

Color convert

RGB 72 39 119 -
CMYK 0.39 0.67 0 0.53
HSL 264.75º 0.51% 0.31% -
HSV(B) 264.75º 0.67% 0.47% -
XYZ 6.73 4.16 17.9 -
YUV 57.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 72 39 119 0.39 0.67 0 0.53 264.75 0.51 0.31
Hex 48 27 77 27 43 0 35 109 33 1F
Octal 110 47 167 47 103 0 65 411 63 37
Binary 1001000 100111 1110111 100111 1000011 0 110101 100001001 110011 11111

Color Harmonies of #482777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482777

Black with #482777

Text Example


Text Example

White with #482777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482777; }

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

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

background-color css

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

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

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

border-color css

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

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

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