Html Css Color HEX #47558E Tory Blue

📋 copy color: '#47558E'

red 71 ◦ green 85 ◦ blue 142

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

Shades of Tory Blue #47558E

Tints of Tory Blue #47558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 23.83%
G = 28.52%
B = 47.65%

CMYK

 C value IS 0.5

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47558E (or 0x47558E) is known color: Tory Blue. HEX triplet: 47, 55 and 8E. RGB value is (71,85,142). Sum of RGB (Red+Green+Blue) = 71+85+142=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #47558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47558E is #B8AA71. Grayscale: #575757. Windows color (decimal): -12102258 or 9327943. OLE color: 9327943.

HSL color Cylindrical-coordinate representation of color #47558E: hue angle of 228.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47558E is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 85 142 -
CMYK 0.5 0.40 0 0.44
HSL 228.17º 0.33% 0.42% -
HSV(B) 228.17º 0.5% 0.56% -
XYZ 10.73 9.79 26.92 -
YUV 87.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 71 85 142 0.5 0.40 0 0.44 228.17 0.33 0.42
Hex 47 55 8E 32 28 0 2C E4 21 2A
Octal 107 125 216 62 50 0 54 344 41 52
Binary 1000111 1010101 10001110 110010 101000 0 101100 11100100 100001 101010

Color Harmonies of #47558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47558E

Black with #47558E

Text Example


Text Example

White with #47558E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,85,142); }

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

background-color css

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

 a { background-color: rgb(71,85,142); }

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

border-color css

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

 span { border-color: rgb(71,85,142); }

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