Html Css Color HEX #47548A Tory Blue

📋 copy color: '#47548A'

red 71 ◦ green 84 ◦ blue 138

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

Shades of Tory Blue #47548A

Tints of Tory Blue #47548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

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

R = 24.23%
G = 28.67%
B = 47.1%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47548A (or 0x47548A) is known color: Tory Blue. HEX triplet: 47, 54 and 8A. RGB value is (71,84,138). Sum of RGB (Red+Green+Blue) = 71+84+138=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #47548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47548A is #B8AB75. Grayscale: #565656. Windows color (decimal): -12102518 or 9065543. OLE color: 9065543.

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

Color convert

RGB 71 84 138 -
CMYK 0.49 0.39 0 0.46
HSL 228.36º 0.32% 0.41% -
HSV(B) 228.36º 0.49% 0.54% -
XYZ 10.36 9.52 25.34 -
YUV 86.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 71 84 138 0.49 0.39 0 0.46 228.36 0.32 0.41
Hex 47 54 8A 31 27 0 2E E4 20 29
Octal 107 124 212 61 47 0 56 344 40 51
Binary 1000111 1010100 10001010 110001 100111 0 101110 11100100 100000 101001

Color Harmonies of #47548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47548A

Black with #47548A

Text Example


Text Example

White with #47548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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