Html Css Color HEX #483476 Windsor

📋 copy color: '#483476'

red 72 ◦ green 52 ◦ blue 118

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

Shades of Windsor #483476

Tints of Windsor #483476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 29.75%
G = 21.49%
B = 48.76%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#483476 (or 0x483476) is known color: Windsor. HEX triplet: 48, 34 and 76. RGB value is (72,52,118). Sum of RGB (Red+Green+Blue) = 72+52+118=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #483476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483476 is #B7CB89. Grayscale: #414141. Windows color (decimal): -12045194 or 7746632. OLE color: 7746632.

HSL color Cylindrical-coordinate representation of color #483476: hue angle of 258.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483476 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 52 118 -
CMYK 0.39 0.56 0 0.54
HSL 258.18º 0.39% 0.33% -
HSV(B) 258.18º 0.56% 0.46% -
XYZ 7.17 5.14 17.75 -
YUV 65.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 72 52 118 0.39 0.56 0 0.54 258.18 0.39 0.33
Hex 48 34 76 27 38 0 36 102 27 21
Octal 110 64 166 47 70 0 66 402 47 41
Binary 1001000 110100 1110110 100111 111000 0 110110 100000010 100111 100001

Color Harmonies of #483476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483476

Black with #483476

Text Example


Text Example

White with #483476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483476; }

 p { color: rgb(72,52,118); }

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

background-color css

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

 a { background-color: rgb(72,52,118); }

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

border-color css

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

 span { border-color: rgb(72,52,118); }

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