Html Css Color HEX #483077 Windsor

📋 copy color: '#483077'

red 72 ◦ green 48 ◦ blue 119

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

Shades of Windsor #483077

Tints of Windsor #483077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

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

R = 30.13%
G = 20.08%
B = 49.79%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483077 (or 0x483077) is known color: Windsor. HEX triplet: 48, 30 and 77. RGB value is (72,48,119). Sum of RGB (Red+Green+Blue) = 72+48+119=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #483077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483077 is #B7CF88. Grayscale: #3F3F3F. Windows color (decimal): -12046217 or 7811144. OLE color: 7811144.

HSL color Cylindrical-coordinate representation of color #483077: hue angle of 260.28º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483077 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 48 119 -
CMYK 0.39 0.60 0 0.53
HSL 260.28º 0.43% 0.33% -
HSV(B) 260.28º 0.6% 0.47% -
XYZ 7.06 4.82 18.01 -
YUV 63.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 72 48 119 0.39 0.60 0 0.53 260.28 0.43 0.33
Hex 48 30 77 27 3C 0 35 104 2B 21
Octal 110 60 167 47 74 0 65 404 53 41
Binary 1001000 110000 1110111 100111 111100 0 110101 100000100 101011 100001

Color Harmonies of #483077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483077

Black with #483077

Text Example


Text Example

White with #483077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483077; }

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

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

background-color css

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

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

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

border-color css

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

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

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