Html Css Color HEX #472188 Windsor

📋 copy color: '#472188'

red 71 ◦ green 33 ◦ blue 136

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

Shades of Windsor #472188

Tints of Windsor #472188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 29.58%
G = 13.75%
B = 56.67%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472188 (or 0x472188) is known color: Windsor. HEX triplet: 47, 21 and 88. RGB value is (71,33,136). Sum of RGB (Red+Green+Blue) = 71+33+136=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #472188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472188 is #B8DE77. Grayscale: #373737. Windows color (decimal): -12115576 or 8921415. OLE color: 8921415.

HSL color Cylindrical-coordinate representation of color #472188: hue angle of 262.14º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472188 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 33 136 -
CMYK 0.48 0.76 0 0.47
HSL 262.14º 0.61% 0.33% -
HSV(B) 262.14º 0.76% 0.53% -
XYZ 7.59 4.2 23.7 -
YUV 56.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 71 33 136 0.48 0.76 0 0.47 262.14 0.61 0.33
Hex 47 21 88 30 4C 0 2F 106 3D 21
Octal 107 41 210 60 114 0 57 406 75 41
Binary 1000111 100001 10001000 110000 1001100 0 101111 100000110 111101 100001

Color Harmonies of #472188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472188

Black with #472188

Text Example


Text Example

White with #472188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472188; }

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

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

background-color css

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

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

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

border-color css

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

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

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