Html Css Color HEX #472988 Windsor

📋 copy color: '#472988'

red 71 ◦ green 41 ◦ blue 136

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

Shades of Windsor #472988

Tints of Windsor #472988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.53%

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

R = 28.63%
G = 16.53%
B = 54.84%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472988 (or 0x472988) is known color: Windsor. HEX triplet: 47, 29 and 88. RGB value is (71,41,136). Sum of RGB (Red+Green+Blue) = 71+41+136=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #472988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472988 is #B8D677. Grayscale: #3C3C3C. Windows color (decimal): -12113528 or 8923463. OLE color: 8923463.

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

Color convert

RGB 71 41 136 -
CMYK 0.48 0.70 0 0.47
HSL 258.95º 0.54% 0.35% -
HSV(B) 258.95º 0.7% 0.53% -
XYZ 7.84 4.7 23.79 -
YUV 60.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 71 41 136 0.48 0.70 0 0.47 258.95 0.54 0.35
Hex 47 29 88 30 46 0 2F 103 36 23
Octal 107 51 210 60 106 0 57 403 66 43
Binary 1000111 101001 10001000 110000 1000110 0 101111 100000011 110110 100011

Color Harmonies of #472988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472988

Black with #472988

Text Example


Text Example

White with #472988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472988; }

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

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

background-color css

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

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

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

border-color css

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

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

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