Html Css Color HEX #47188B Windsor

📋 copy color: '#47188B'

red 71 ◦ green 24 ◦ blue 139

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

Shades of Windsor #47188B

Tints of Windsor #47188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

 BLUE value IS 139 (54.69% from 255) = 59.4%

R = 30.34%
G = 10.26%
B = 59.4%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47188B (or 0x47188B) is known color: Windsor. HEX triplet: 47, 18 and 8B. RGB value is (71,24,139). Sum of RGB (Red+Green+Blue) = 71+24+139=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #47188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47188B is #B8E774. Grayscale: #323232. Windows color (decimal): -12117877 or 9115719. OLE color: 9115719.

HSL color Cylindrical-coordinate representation of color #47188B: hue angle of 264.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47188B is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 24 139 -
CMYK 0.49 0.83 0 0.45
HSL 264.52º 0.71% 0.32% -
HSV(B) 264.52º 0.83% 0.55% -
XYZ 7.59 3.86 24.77 -
YUV 51.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 71 24 139 0.49 0.83 0 0.45 264.52 0.71 0.32
Hex 47 18 8B 31 53 0 2D 109 47 20
Octal 107 30 213 61 123 0 55 411 107 40
Binary 1000111 11000 10001011 110001 1010011 0 101101 100001001 1000111 100000

Color Harmonies of #47188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47188B

Black with #47188B

Text Example


Text Example

White with #47188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47188B; }

 p { color: rgb(71,24,139); }

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

background-color css

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

 a { background-color: rgb(71,24,139); }

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

border-color css

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

 span { border-color: rgb(71,24,139); }

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