Html Css Color HEX #47508A Tory Blue

📋 copy color: '#47508A'

red 71 ◦ green 80 ◦ blue 138

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

Shades of Tory Blue #47508A

Tints of Tory Blue #47508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

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

R = 24.57%
G = 27.68%
B = 47.75%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47508A (or 0x47508A) is known color: Tory Blue. HEX triplet: 47, 50 and 8A. RGB value is (71,80,138). Sum of RGB (Red+Green+Blue) = 71+80+138=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #47508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47508A is #B8AF75. Grayscale: #535353. Windows color (decimal): -12103542 or 9064519. OLE color: 9064519.

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

Color convert

RGB 71 80 138 -
CMYK 0.49 0.42 0 0.46
HSL 231.94º 0.32% 0.41% -
HSV(B) 231.94º 0.49% 0.54% -
XYZ 10.05 8.91 25.23 -
YUV 83.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 71 80 138 0.49 0.42 0 0.46 231.94 0.32 0.41
Hex 47 50 8A 31 2A 0 2E E8 20 29
Octal 107 120 212 61 52 0 56 350 40 51
Binary 1000111 1010000 10001010 110001 101010 0 101110 11101000 100000 101001

Color Harmonies of #47508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47508A

Black with #47508A

Text Example


Text Example

White with #47508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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