Html Css Color HEX #47588A Tory Blue

📋 copy color: '#47588A'

red 71 ◦ green 88 ◦ blue 138

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

Shades of Tory Blue #47588A

Tints of Tory Blue #47588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 23.91%
G = 29.63%
B = 46.46%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47588A (or 0x47588A) is known color: Tory Blue. HEX triplet: 47, 58 and 8A. RGB value is (71,88,138). Sum of RGB (Red+Green+Blue) = 71+88+138=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #47588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47588A is #B8A775. Grayscale: #585858. Windows color (decimal): -12101494 or 9066567. OLE color: 9066567.

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

Color convert

RGB 71 88 138 -
CMYK 0.49 0.36 0 0.46
HSL 224.78º 0.32% 0.41% -
HSV(B) 224.78º 0.49% 0.54% -
XYZ 10.68 10.15 25.44 -
YUV 88.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 71 88 138 0.49 0.36 0 0.46 224.78 0.32 0.41
Hex 47 58 8A 31 24 0 2E E1 20 29
Octal 107 130 212 61 44 0 56 341 40 51
Binary 1000111 1011000 10001010 110001 100100 0 101110 11100001 100000 101001

Color Harmonies of #47588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47588A

Black with #47588A

Text Example


Text Example

White with #47588A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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