Html Css Color HEX #482D77 Windsor

📋 copy color: '#482D77'

red 72 ◦ green 45 ◦ blue 119

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

Shades of Windsor #482D77

Tints of Windsor #482D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

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

R = 30.51%
G = 19.07%
B = 50.42%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482D77 (or 0x482D77) is known color: Windsor. HEX triplet: 48, 2D and 77. RGB value is (72,45,119). Sum of RGB (Red+Green+Blue) = 72+45+119=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #482D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D77 is #B7D288. Grayscale: #3D3D3D. Windows color (decimal): -12046985 or 7810376. OLE color: 7810376.

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

Color convert

RGB 72 45 119 -
CMYK 0.39 0.62 0 0.53
HSL 261.89º 0.45% 0.32% -
HSV(B) 261.89º 0.62% 0.47% -
XYZ 6.94 4.59 17.97 -
YUV 61.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 72 45 119 0.39 0.62 0 0.53 261.89 0.45 0.32
Hex 48 2D 77 27 3E 0 35 106 2D 20
Octal 110 55 167 47 76 0 65 406 55 40
Binary 1001000 101101 1110111 100111 111110 0 110101 100000110 101101 100000

Color Harmonies of #482D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D77

Black with #482D77

Text Example


Text Example

White with #482D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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