Html Css Color HEX #483277 Windsor

📋 copy color: '#483277'

red 72 ◦ green 50 ◦ blue 119

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

Shades of Windsor #483277

Tints of Windsor #483277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 29.88%
G = 20.75%
B = 49.38%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483277 (or 0x483277) is known color: Windsor. HEX triplet: 48, 32 and 77. RGB value is (72,50,119). Sum of RGB (Red+Green+Blue) = 72+50+119=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #483277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483277 is #B7CD88. Grayscale: #404040. Windows color (decimal): -12045705 or 7811656. OLE color: 7811656.

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

Color convert

RGB 72 50 119 -
CMYK 0.39 0.58 0 0.53
HSL 259.13º 0.41% 0.33% -
HSV(B) 259.13º 0.58% 0.47% -
XYZ 7.14 4.99 18.04 -
YUV 64.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 72 50 119 0.39 0.58 0 0.53 259.13 0.41 0.33
Hex 48 32 77 27 3A 0 35 103 29 21
Octal 110 62 167 47 72 0 65 403 51 41
Binary 1001000 110010 1110111 100111 111010 0 110101 100000011 101001 100001

Color Harmonies of #483277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483277

Black with #483277

Text Example


Text Example

White with #483277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483277; }

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

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

background-color css

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

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

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

border-color css

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

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

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