Html Css Color HEX #47558A Tory Blue

📋 copy color: '#47558A'

red 71 ◦ green 85 ◦ blue 138

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

Shades of Tory Blue #47558A

Tints of Tory Blue #47558A

RGB

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

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

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

R = 24.15%
G = 28.91%
B = 46.94%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47558A (or 0x47558A) is known color: Tory Blue. HEX triplet: 47, 55 and 8A. RGB value is (71,85,138). Sum of RGB (Red+Green+Blue) = 71+85+138=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #47558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47558A is #B8AA75. Grayscale: #565656. Windows color (decimal): -12102262 or 9065799. OLE color: 9065799.

HSL color Cylindrical-coordinate representation of color #47558A: hue angle of 227.46º 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 #47558A is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 85 138 -
CMYK 0.49 0.38 0 0.46
HSL 227.46º 0.32% 0.41% -
HSV(B) 227.46º 0.49% 0.54% -
XYZ 10.43 9.67 25.36 -
YUV 86.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 71 85 138 0.49 0.38 0 0.46 227.46 0.32 0.41
Hex 47 55 8A 31 26 0 2E E3 20 29
Octal 107 125 212 61 46 0 56 343 40 51
Binary 1000111 1010101 10001010 110001 100110 0 101110 11100011 100000 101001

Color Harmonies of #47558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47558A

Black with #47558A

Text Example


Text Example

White with #47558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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