Html Css Color HEX #472D7F Windsor

📋 copy color: '#472D7F'

red 71 ◦ green 45 ◦ blue 127

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

Shades of Windsor #472D7F

Tints of Windsor #472D7F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

 BLUE value IS 127 (50% from 255) = 52.26%

R = 29.22%
G = 18.52%
B = 52.26%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#472D7F (or 0x472D7F) is known color: Windsor. HEX triplet: 47, 2D and 7F. RGB value is (71,45,127). Sum of RGB (Red+Green+Blue) = 71+45+127=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #472D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D7F is #B8D280. Grayscale: #3D3D3D. Windows color (decimal): -12112513 or 8334663. OLE color: 8334663.

HSL color Cylindrical-coordinate representation of color #472D7F: hue angle of 259.02º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472D7F is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 45 127 -
CMYK 0.44 0.65 0 0.50
HSL 259.02º 0.48% 0.34% -
HSV(B) 259.02º 0.65% 0.5% -
XYZ 7.37 4.75 20.61 -
YUV 62.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 71 45 127 0.44 0.65 0 0.50 259.02 0.48 0.34
Hex 47 2D 7F 2C 41 0 32 103 30 22
Octal 107 55 177 54 101 0 62 403 60 42
Binary 1000111 101101 1111111 101100 1000001 0 110010 100000011 110000 100010

Color Harmonies of #472D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D7F

Black with #472D7F

Text Example


Text Example

White with #472D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,127); }

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

background-color css

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

 a { background-color: rgb(71,45,127); }

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

border-color css

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

 span { border-color: rgb(71,45,127); }

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