Html Css Color HEX #482378 Windsor

📋 copy color: '#482378'

red 72 ◦ green 35 ◦ blue 120

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

Shades of Windsor #482378

Tints of Windsor #482378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 31.72%
G = 15.42%
B = 52.86%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482378 (or 0x482378) is known color: Windsor. HEX triplet: 48, 23 and 78. RGB value is (72,35,120). Sum of RGB (Red+Green+Blue) = 72+35+120=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #482378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482378 is #B7DC87. Grayscale: #373737. Windows color (decimal): -12049544 or 7873352. OLE color: 7873352.

HSL color Cylindrical-coordinate representation of color #482378: hue angle of 266.12º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482378 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 35 120 -
CMYK 0.40 0.71 0 0.53
HSL 266.12º 0.55% 0.3% -
HSV(B) 266.12º 0.71% 0.47% -
XYZ 6.66 3.94 18.18 -
YUV 55.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 72 35 120 0.40 0.71 0 0.53 266.12 0.55 0.3
Hex 48 23 78 28 47 0 35 10A 37 1E
Octal 110 43 170 50 107 0 65 412 67 36
Binary 1001000 100011 1111000 101000 1000111 0 110101 100001010 110111 11110

Color Harmonies of #482378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482378

Black with #482378

Text Example


Text Example

White with #482378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482378; }

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

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

background-color css

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

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

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

border-color css

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

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

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