Html Css Color HEX #472F71 Windsor

📋 copy color: '#472F71'

red 71 ◦ green 47 ◦ blue 113

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

Shades of Windsor #472F71

Tints of Windsor #472F71

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 30.74%
G = 20.35%
B = 48.92%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472F71 (or 0x472F71) is known color: Windsor. HEX triplet: 47, 2F and 71. RGB value is (71,47,113). Sum of RGB (Red+Green+Blue) = 71+47+113=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #472F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F71 is #B8D08E. Grayscale: #3D3D3D. Windows color (decimal): -12112015 or 7417671. OLE color: 7417671.

HSL color Cylindrical-coordinate representation of color #472F71: hue angle of 261.82º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472F71 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 47 113 -
CMYK 0.37 0.58 0 0.56
HSL 261.82º 0.41% 0.31% -
HSV(B) 261.82º 0.58% 0.44% -
XYZ 6.6 4.56 16.16 -
YUV 61.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 71 47 113 0.37 0.58 0 0.56 261.82 0.41 0.31
Hex 47 2F 71 25 3A 0 38 106 29 1F
Octal 107 57 161 45 72 0 70 406 51 37
Binary 1000111 101111 1110001 100101 111010 0 111000 100000110 101001 11111

Color Harmonies of #472F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F71

Black with #472F71

Text Example


Text Example

White with #472F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,47,113); }

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

background-color css

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

 a { background-color: rgb(71,47,113); }

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

border-color css

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

 span { border-color: rgb(71,47,113); }

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