Html Css Color HEX #472E73 Windsor

📋 copy color: '#472E73'

red 71 ◦ green 46 ◦ blue 115

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

Shades of Windsor #472E73

Tints of Windsor #472E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

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

R = 30.6%
G = 19.83%
B = 49.57%

CMYK

 C value IS 0.38

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472E73 (or 0x472E73) is known color: Windsor. HEX triplet: 47, 2E and 73. RGB value is (71,46,115). Sum of RGB (Red+Green+Blue) = 71+46+115=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #472E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E73 is #B8D18C. Grayscale: #3D3D3D. Windows color (decimal): -12112269 or 7548487. OLE color: 7548487.

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

Color convert

RGB 71 46 115 -
CMYK 0.38 0.6 0 0.55
HSL 261.74º 0.43% 0.32% -
HSV(B) 261.74º 0.6% 0.45% -
XYZ 6.67 4.53 16.74 -
YUV 61.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 71 46 115 0.38 0.6 0 0.55 261.74 0.43 0.32
Hex 47 2E 73 26 3C 0 37 106 2B 20
Octal 107 56 163 46 74 0 67 406 53 40
Binary 1000111 101110 1110011 100110 111100 0 110111 100000110 101011 100000

Color Harmonies of #472E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E73

Black with #472E73

Text Example


Text Example

White with #472E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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