Html Css Color HEX #47287E Windsor

📋 copy color: '#47287E'

red 71 ◦ green 40 ◦ blue 126

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

Shades of Windsor #47287E

Tints of Windsor #47287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 126 (49.61% from 255) = 53.16%

R = 29.96%
G = 16.88%
B = 53.16%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47287E (or 0x47287E) is known color: Windsor. HEX triplet: 47, 28 and 7E. RGB value is (71,40,126). Sum of RGB (Red+Green+Blue) = 71+40+126=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #47287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47287E is #B8D781. Grayscale: #3A3A3A. Windows color (decimal): -12113794 or 8267847. OLE color: 8267847.

HSL color Cylindrical-coordinate representation of color #47287E: hue angle of 261.63º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47287E is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 40 126 -
CMYK 0.44 0.68 0 0.51
HSL 261.63º 0.52% 0.33% -
HSV(B) 261.63º 0.68% 0.49% -
XYZ 7.12 4.36 20.21 -
YUV 59.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 71 40 126 0.44 0.68 0 0.51 261.63 0.52 0.33
Hex 47 28 7E 2C 44 0 33 106 34 21
Octal 107 50 176 54 104 0 63 406 64 41
Binary 1000111 101000 1111110 101100 1000100 0 110011 100000110 110100 100001

Color Harmonies of #47287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47287E

Black with #47287E

Text Example


Text Example

White with #47287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47287E; }

 p { color: rgb(71,40,126); }

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

background-color css

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

 a { background-color: rgb(71,40,126); }

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

border-color css

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

 span { border-color: rgb(71,40,126); }

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