Html Css Color HEX #47337D Windsor

📋 copy color: '#47337D'

red 71 ◦ green 51 ◦ blue 125

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

Shades of Windsor #47337D

Tints of Windsor #47337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 125 (49.22% from 255) = 50.61%

R = 28.74%
G = 20.65%
B = 50.61%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47337D (or 0x47337D) is known color: Windsor. HEX triplet: 47, 33 and 7D. RGB value is (71,51,125). Sum of RGB (Red+Green+Blue) = 71+51+125=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #47337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47337D is #B8CC82. Grayscale: #414141. Windows color (decimal): -12110979 or 8205127. OLE color: 8205127.

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

Color convert

RGB 71 51 125 -
CMYK 0.43 0.59 0 0.51
HSL 256.22º 0.42% 0.35% -
HSV(B) 256.22º 0.59% 0.49% -
XYZ 7.48 5.19 20.01 -
YUV 65.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 71 51 125 0.43 0.59 0 0.51 256.22 0.42 0.35
Hex 47 33 7D 2B 3B 0 33 100 2A 23
Octal 107 63 175 53 73 0 63 400 52 43
Binary 1000111 110011 1111101 101011 111011 0 110011 100000000 101010 100011

Color Harmonies of #47337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47337D

Black with #47337D

Text Example


Text Example

White with #47337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47337D; }

 p { color: rgb(71,51,125); }

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

background-color css

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

 a { background-color: rgb(71,51,125); }

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

border-color css

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

 span { border-color: rgb(71,51,125); }

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