Html Css Color HEX #47297C Windsor

📋 copy color: '#47297C'

red 71 ◦ green 41 ◦ blue 124

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

Shades of Windsor #47297C

Tints of Windsor #47297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 30.08%
G = 17.37%
B = 52.54%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47297C (or 0x47297C) is known color: Windsor. HEX triplet: 47, 29 and 7C. RGB value is (71,41,124). Sum of RGB (Red+Green+Blue) = 71+41+124=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #47297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47297C is #B8D683. Grayscale: #3B3B3B. Windows color (decimal): -12113540 or 8137031. OLE color: 8137031.

HSL color Cylindrical-coordinate representation of color #47297C: hue angle of 261.69º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47297C is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 41 124 -
CMYK 0.43 0.67 0 0.51
HSL 261.69º 0.5% 0.32% -
HSV(B) 261.69º 0.67% 0.49% -
XYZ 7.03 4.38 19.54 -
YUV 59.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 71 41 124 0.43 0.67 0 0.51 261.69 0.5 0.32
Hex 47 29 7C 2B 43 0 33 106 32 20
Octal 107 51 174 53 103 0 63 406 62 40
Binary 1000111 101001 1111100 101011 1000011 0 110011 100000110 110010 100000

Color Harmonies of #47297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47297C

Black with #47297C

Text Example


Text Example

White with #47297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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