Html Css Color HEX #483278 Windsor

📋 copy color: '#483278'

red 72 ◦ green 50 ◦ blue 120

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

Shades of Windsor #483278

Tints of Windsor #483278

RGB

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

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

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

R = 29.75%
G = 20.66%
B = 49.59%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483278 (or 0x483278) is known color: Windsor. HEX triplet: 48, 32 and 78. RGB value is (72,50,120). Sum of RGB (Red+Green+Blue) = 72+50+120=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #483278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483278 is #B7CD87. Grayscale: #404040. Windows color (decimal): -12045704 or 7877192. OLE color: 7877192.

HSL color Cylindrical-coordinate representation of color #483278: hue angle of 258.86º 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 #483278 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 50 120 -
CMYK 0.40 0.58 0 0.53
HSL 258.86º 0.41% 0.33% -
HSV(B) 258.86º 0.58% 0.47% -
XYZ 7.2 5.01 18.36 -
YUV 64.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 72 50 120 0.40 0.58 0 0.53 258.86 0.41 0.33
Hex 48 32 78 28 3A 0 35 103 29 21
Octal 110 62 170 50 72 0 65 403 51 41
Binary 1001000 110010 1111000 101000 111010 0 110101 100000011 101001 100001

Color Harmonies of #483278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483278

Black with #483278

Text Example


Text Example

White with #483278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483278; }

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

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

background-color css

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

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

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

border-color css

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

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

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