Html Css Color HEX #47568D Tory Blue

📋 copy color: '#47568D'

red 71 ◦ green 86 ◦ blue 141

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

Shades of Tory Blue #47568D

Tints of Tory Blue #47568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

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

R = 23.83%
G = 28.86%
B = 47.32%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47568D (or 0x47568D) is known color: Tory Blue. HEX triplet: 47, 56 and 8D. RGB value is (71,86,141). Sum of RGB (Red+Green+Blue) = 71+86+141=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #47568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47568D is #B8A972. Grayscale: #575757. Windows color (decimal): -12102003 or 9262663. OLE color: 9262663.

HSL color Cylindrical-coordinate representation of color #47568D: hue angle of 227.14º 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 #47568D is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 86 141 -
CMYK 0.50 0.39 0 0.45
HSL 227.14º 0.33% 0.42% -
HSV(B) 227.14º 0.5% 0.55% -
XYZ 10.73 9.92 26.55 -
YUV 87.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 71 86 141 0.50 0.39 0 0.45 227.14 0.33 0.42
Hex 47 56 8D 32 27 0 2D E3 21 2A
Octal 107 126 215 62 47 0 55 343 41 52
Binary 1000111 1010110 10001101 110010 100111 0 101101 11100011 100001 101010

Color Harmonies of #47568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47568D

Black with #47568D

Text Example


Text Example

White with #47568D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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