Html Css Color HEX #482E78 Windsor

📋 copy color: '#482E78'

red 72 ◦ green 46 ◦ blue 120

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

Shades of Windsor #482E78

Tints of Windsor #482E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.42%

R = 30.25%
G = 19.33%
B = 50.42%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482E78 (or 0x482E78) is known color: Windsor. HEX triplet: 48, 2E and 78. RGB value is (72,46,120). Sum of RGB (Red+Green+Blue) = 72+46+120=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #482E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E78 is #B7D187. Grayscale: #3D3D3D. Windows color (decimal): -12046728 or 7876168. OLE color: 7876168.

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

Color convert

RGB 72 46 120 -
CMYK 0.40 0.62 0 0.53
HSL 261.08º 0.45% 0.33% -
HSV(B) 261.08º 0.62% 0.47% -
XYZ 7.04 4.69 18.3 -
YUV 62.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 72 46 120 0.40 0.62 0 0.53 261.08 0.45 0.33
Hex 48 2E 78 28 3E 0 35 105 2D 21
Octal 110 56 170 50 76 0 65 405 55 41
Binary 1001000 101110 1111000 101000 111110 0 110101 100000101 101101 100001

Color Harmonies of #482E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E78

Black with #482E78

Text Example


Text Example

White with #482E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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