Html Css Color HEX #483877 Windsor

📋 copy color: '#483877'

red 72 ◦ green 56 ◦ blue 119

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

Shades of Windsor #483877

Tints of Windsor #483877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 29.15%
G = 22.67%
B = 48.18%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483877 (or 0x483877) is known color: Windsor. HEX triplet: 48, 38 and 77. RGB value is (72,56,119). Sum of RGB (Red+Green+Blue) = 72+56+119=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #483877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483877 is #B7C788. Grayscale: #434343. Windows color (decimal): -12044169 or 7813192. OLE color: 7813192.

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

Color convert

RGB 72 56 119 -
CMYK 0.39 0.53 0 0.53
HSL 255.24º 0.36% 0.34% -
HSV(B) 255.24º 0.53% 0.47% -
XYZ 7.42 5.54 18.13 -
YUV 67.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 72 56 119 0.39 0.53 0 0.53 255.24 0.36 0.34
Hex 48 38 77 27 35 0 35 FF 24 22
Octal 110 70 167 47 65 0 65 377 44 42
Binary 1001000 111000 1110111 100111 110101 0 110101 11111111 100100 100010

Color Harmonies of #483877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483877

Black with #483877

Text Example


Text Example

White with #483877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483877; }

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

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

background-color css

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

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

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

border-color css

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

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

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