Html Css Color HEX #472C88 Windsor

📋 copy color: '#472C88'

red 71 ◦ green 44 ◦ blue 136

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

Shades of Windsor #472C88

Tints of Windsor #472C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.18%

R = 28.29%
G = 17.53%
B = 54.18%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472C88 (or 0x472C88) is known color: Windsor. HEX triplet: 47, 2C and 88. RGB value is (71,44,136). Sum of RGB (Red+Green+Blue) = 71+44+136=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #472C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472C88 is #B8D377. Grayscale: #3E3E3E. Windows color (decimal): -12112760 or 8924231. OLE color: 8924231.

HSL color Cylindrical-coordinate representation of color #472C88: hue angle of 257.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472C88 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 44 136 -
CMYK 0.48 0.68 0 0.47
HSL 257.61º 0.51% 0.35% -
HSV(B) 257.61º 0.68% 0.53% -
XYZ 7.94 4.92 23.82 -
YUV 62.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 71 44 136 0.48 0.68 0 0.47 257.61 0.51 0.35
Hex 47 2C 88 30 44 0 2F 102 33 23
Octal 107 54 210 60 104 0 57 402 63 43
Binary 1000111 101100 10001000 110000 1000100 0 101111 100000010 110011 100011

Color Harmonies of #472C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C88

Black with #472C88

Text Example


Text Example

White with #472C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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