Html Css Color HEX #483777 Windsor

📋 copy color: '#483777'

red 72 ◦ green 55 ◦ blue 119

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

Shades of Windsor #483777

Tints of Windsor #483777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 29.27%
G = 22.36%
B = 48.37%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483777 (or 0x483777) is known color: Windsor. HEX triplet: 48, 37 and 77. RGB value is (72,55,119). Sum of RGB (Red+Green+Blue) = 72+55+119=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #483777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483777 is #B7C888. Grayscale: #434343. Windows color (decimal): -12044425 or 7812936. OLE color: 7812936.

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

Color convert

RGB 72 55 119 -
CMYK 0.39 0.54 0 0.53
HSL 255.94º 0.37% 0.34% -
HSV(B) 255.94º 0.54% 0.47% -
XYZ 7.37 5.44 18.11 -
YUV 67.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 72 55 119 0.39 0.54 0 0.53 255.94 0.37 0.34
Hex 48 37 77 27 36 0 35 100 25 22
Octal 110 67 167 47 66 0 65 400 45 42
Binary 1001000 110111 1110111 100111 110110 0 110101 100000000 100101 100010

Color Harmonies of #483777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483777

Black with #483777

Text Example


Text Example

White with #483777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483777; }

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

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

background-color css

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

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

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

border-color css

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

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

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