Html Css Color HEX #482E77 Windsor

📋 copy color: '#482E77'

red 72 ◦ green 46 ◦ blue 119

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

Shades of Windsor #482E77

Tints of Windsor #482E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

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

R = 30.38%
G = 19.41%
B = 50.21%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482E77 (or 0x482E77) is known color: Windsor. HEX triplet: 48, 2E and 77. RGB value is (72,46,119). Sum of RGB (Red+Green+Blue) = 72+46+119=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #482E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E77 is #B7D188. Grayscale: #3D3D3D. Windows color (decimal): -12046729 or 7810632. OLE color: 7810632.

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

Color convert

RGB 72 46 119 -
CMYK 0.39 0.61 0 0.53
HSL 261.37º 0.44% 0.32% -
HSV(B) 261.37º 0.61% 0.47% -
XYZ 6.98 4.66 17.99 -
YUV 62.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 72 46 119 0.39 0.61 0 0.53 261.37 0.44 0.32
Hex 48 2E 77 27 3D 0 35 105 2C 20
Octal 110 56 167 47 75 0 65 405 54 40
Binary 1001000 101110 1110111 100111 111101 0 110101 100000101 101100 100000

Color Harmonies of #482E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E77

Black with #482E77

Text Example


Text Example

White with #482E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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