Html Css Color HEX #475089 Tory Blue

📋 copy color: '#475089'

red 71 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #475089

Tints of Tory Blue #475089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.57%

R = 24.65%
G = 27.78%
B = 47.57%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#475089 (or 0x475089) is known color: Tory Blue. HEX triplet: 47, 50 and 89. RGB value is (71,80,137). Sum of RGB (Red+Green+Blue) = 71+80+137=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #475089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475089 is #B8AF76. Grayscale: #535353. Windows color (decimal): -12103543 or 8998983. OLE color: 8998983.

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

Color convert

RGB 71 80 137 -
CMYK 0.48 0.42 0 0.46
HSL 231.82º 0.32% 0.41% -
HSV(B) 231.82º 0.48% 0.54% -
XYZ 9.98 8.88 24.86 -
YUV 83.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 71 80 137 0.48 0.42 0 0.46 231.82 0.32 0.41
Hex 47 50 89 30 2A 0 2E E8 20 29
Octal 107 120 211 60 52 0 56 350 40 51
Binary 1000111 1010000 10001001 110000 101010 0 101110 11101000 100000 101001

Color Harmonies of #475089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475089

Black with #475089

Text Example


Text Example

White with #475089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475089; }

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

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

background-color css

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

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

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

border-color css

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

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

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