Html Css Color HEX #47357C Windsor

📋 copy color: '#47357C'

red 71 ◦ green 53 ◦ blue 124

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

Shades of Windsor #47357C

Tints of Windsor #47357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

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

R = 28.63%
G = 21.37%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47357C (or 0x47357C) is known color: Windsor. HEX triplet: 47, 35 and 7C. RGB value is (71,53,124). Sum of RGB (Red+Green+Blue) = 71+53+124=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #47357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47357C is #B8CA83. Grayscale: #424242. Windows color (decimal): -12110468 or 8140103. OLE color: 8140103.

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

Color convert

RGB 71 53 124 -
CMYK 0.43 0.57 0 0.51
HSL 255.21º 0.4% 0.35% -
HSV(B) 255.21º 0.57% 0.49% -
XYZ 7.51 5.34 19.7 -
YUV 66.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 71 53 124 0.43 0.57 0 0.51 255.21 0.4 0.35
Hex 47 35 7C 2B 39 0 33 FF 28 23
Octal 107 65 174 53 71 0 63 377 50 43
Binary 1000111 110101 1111100 101011 111001 0 110011 11111111 101000 100011

Color Harmonies of #47357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47357C

Black with #47357C

Text Example


Text Example

White with #47357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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