Html Css Color HEX #473279 Windsor

📋 copy color: '#473279'

red 71 ◦ green 50 ◦ blue 121

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

Shades of Windsor #473279

Tints of Windsor #473279

RGB

 RED value IS 71 (28.13% from 255) = 29.34%

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

 BLUE value IS 121 (47.66% from 255) = 50%

R = 29.34%
G = 20.66%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#473279 (or 0x473279) is known color: Windsor. HEX triplet: 47, 32 and 79. RGB value is (71,50,121). Sum of RGB (Red+Green+Blue) = 71+50+121=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #473279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473279 is #B8CD86. Grayscale: #404040. Windows color (decimal): -12111239 or 7942727. OLE color: 7942727.

HSL color Cylindrical-coordinate representation of color #473279: hue angle of 257.75º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #473279 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 50 121 -
CMYK 0.41 0.59 0 0.53
HSL 257.75º 0.42% 0.34% -
HSV(B) 257.75º 0.59% 0.47% -
XYZ 7.19 5 18.68 -
YUV 64.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 71 50 121 0.41 0.59 0 0.53 257.75 0.42 0.34
Hex 47 32 79 29 3B 0 35 102 2A 22
Octal 107 62 171 51 73 0 65 402 52 42
Binary 1000111 110010 1111001 101001 111011 0 110101 100000010 101010 100010

Color Harmonies of #473279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473279

Black with #473279

Text Example


Text Example

White with #473279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473279; }

 p { color: rgb(71,50,121); }

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

background-color css

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

 a { background-color: rgb(71,50,121); }

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

border-color css

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

 span { border-color: rgb(71,50,121); }

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