Html Css Color HEX #472C73 Windsor

📋 copy color: '#472C73'

red 71 ◦ green 44 ◦ blue 115

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

Shades of Windsor #472C73

Tints of Windsor #472C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

 BLUE value IS 115 (45.31% from 255) = 50%

R = 30.87%
G = 19.13%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472C73 (or 0x472C73) is known color: Windsor. HEX triplet: 47, 2C and 73. RGB value is (71,44,115). Sum of RGB (Red+Green+Blue) = 71+44+115=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #472C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C73 is #B8D38C. Grayscale: #3B3B3B. Windows color (decimal): -12112781 or 7547975. OLE color: 7547975.

HSL color Cylindrical-coordinate representation of color #472C73: hue angle of 262.82º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472C73 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 44 115 -
CMYK 0.38 0.62 0 0.55
HSL 262.82º 0.45% 0.31% -
HSV(B) 262.82º 0.62% 0.45% -
XYZ 6.59 4.38 16.72 -
YUV 60.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 71 44 115 0.38 0.62 0 0.55 262.82 0.45 0.31
Hex 47 2C 73 26 3E 0 37 107 2D 1F
Octal 107 54 163 46 76 0 67 407 55 37
Binary 1000111 101100 1110011 100110 111110 0 110111 100000111 101101 11111

Color Harmonies of #472C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C73

Black with #472C73

Text Example


Text Example

White with #472C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C73; }

 p { color: rgb(71,44,115); }

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

background-color css

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

 a { background-color: rgb(71,44,115); }

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

border-color css

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

 span { border-color: rgb(71,44,115); }

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