Html Css Color HEX #47598D Tory Blue

📋 copy color: '#47598D'

red 71 ◦ green 89 ◦ blue 141

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

Shades of Tory Blue #47598D

Tints of Tory Blue #47598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 23.59%
G = 29.57%
B = 46.84%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47598D (or 0x47598D) is known color: Tory Blue. HEX triplet: 47, 59 and 8D. RGB value is (71,89,141). Sum of RGB (Red+Green+Blue) = 71+89+141=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #47598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47598D is #B8A672. Grayscale: #595959. Windows color (decimal): -12101235 or 9263431. OLE color: 9263431.

HSL color Cylindrical-coordinate representation of color #47598D: hue angle of 224.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47598D is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 89 141 -
CMYK 0.50 0.37 0 0.45
HSL 224.57º 0.33% 0.42% -
HSV(B) 224.57º 0.5% 0.55% -
XYZ 10.98 10.41 26.63 -
YUV 89.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 71 89 141 0.50 0.37 0 0.45 224.57 0.33 0.42
Hex 47 59 8D 32 25 0 2D E1 21 2A
Octal 107 131 215 62 45 0 55 341 41 52
Binary 1000111 1011001 10001101 110010 100101 0 101101 11100001 100001 101010

Color Harmonies of #47598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47598D

Black with #47598D

Text Example


Text Example

White with #47598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,89,141); }

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

background-color css

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

 a { background-color: rgb(71,89,141); }

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

border-color css

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

 span { border-color: rgb(71,89,141); }

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