Html Css Color HEX #47568C Tory Blue

📋 copy color: '#47568C'

red 71 ◦ green 86 ◦ blue 140

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

Shades of Tory Blue #47568C

Tints of Tory Blue #47568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 23.91%
G = 28.96%
B = 47.14%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47568C (or 0x47568C) is known color: Tory Blue. HEX triplet: 47, 56 and 8C. RGB value is (71,86,140). Sum of RGB (Red+Green+Blue) = 71+86+140=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #47568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47568C is #B8A973. Grayscale: #575757. Windows color (decimal): -12102004 or 9197127. OLE color: 9197127.

HSL color Cylindrical-coordinate representation of color #47568C: hue angle of 226.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47568C is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 86 140 -
CMYK 0.49 0.39 0 0.45
HSL 226.96º 0.33% 0.41% -
HSV(B) 226.96º 0.49% 0.55% -
XYZ 10.66 9.89 26.16 -
YUV 87.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 71 86 140 0.49 0.39 0 0.45 226.96 0.33 0.41
Hex 47 56 8C 31 27 0 2D E3 21 29
Octal 107 126 214 61 47 0 55 343 41 51
Binary 1000111 1010110 10001100 110001 100111 0 101101 11100011 100001 101001

Color Harmonies of #47568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47568C

Black with #47568C

Text Example


Text Example

White with #47568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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