Html Css Color HEX #47578A Tory Blue

📋 copy color: '#47578A'

red 71 ◦ green 87 ◦ blue 138

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

Shades of Tory Blue #47578A

Tints of Tory Blue #47578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 23.99%
G = 29.39%
B = 46.62%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47578A (or 0x47578A) is known color: Tory Blue. HEX triplet: 47, 57 and 8A. RGB value is (71,87,138). Sum of RGB (Red+Green+Blue) = 71+87+138=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #47578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47578A is #B8A875. Grayscale: #575757. Windows color (decimal): -12101750 or 9066311. OLE color: 9066311.

HSL color Cylindrical-coordinate representation of color #47578A: hue angle of 225.67º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47578A is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 87 138 -
CMYK 0.49 0.37 0 0.46
HSL 225.67º 0.32% 0.41% -
HSV(B) 225.67º 0.49% 0.54% -
XYZ 10.59 9.99 25.41 -
YUV 88.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 71 87 138 0.49 0.37 0 0.46 225.67 0.32 0.41
Hex 47 57 8A 31 25 0 2E E2 20 29
Octal 107 127 212 61 45 0 56 342 40 51
Binary 1000111 1010111 10001010 110001 100101 0 101110 11100010 100000 101001

Color Harmonies of #47578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47578A

Black with #47578A

Text Example


Text Example

White with #47578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47578A; }

 p { color: rgb(71,87,138); }

 H1.HeaderClassName
 {
   color: #47578A;
 }
 .AnyTagClassName
 {
   color: #47578A;
 }
</style>

background-color css

<style>
 a { background-color: #47578A; }

 a { background-color: rgb(71,87,138); }

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

border-color css

<style>
 span { border-color: #47578A; }

 span { border-color: rgb(71,87,138); }

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