Html Css Color HEX #475589 Tory Blue

📋 copy color: '#475589'

red 71 ◦ green 85 ◦ blue 137

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

Shades of Tory Blue #475589

Tints of Tory Blue #475589

RGB

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

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

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

R = 24.23%
G = 29.01%
B = 46.76%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#475589 (or 0x475589) is known color: Tory Blue. HEX triplet: 47, 55 and 89. RGB value is (71,85,137). Sum of RGB (Red+Green+Blue) = 71+85+137=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #475589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475589 is #B8AA76. Grayscale: #565656. Windows color (decimal): -12102263 or 9000263. OLE color: 9000263.

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

Color convert

RGB 71 85 137 -
CMYK 0.48 0.38 0 0.46
HSL 227.27º 0.32% 0.41% -
HSV(B) 227.27º 0.48% 0.54% -
XYZ 10.36 9.64 24.98 -
YUV 86.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 71 85 137 0.48 0.38 0 0.46 227.27 0.32 0.41
Hex 47 55 89 30 26 0 2E E3 20 29
Octal 107 125 211 60 46 0 56 343 40 51
Binary 1000111 1010101 10001001 110000 100110 0 101110 11100011 100000 101001

Color Harmonies of #475589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475589

Black with #475589

Text Example


Text Example

White with #475589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475589; }

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

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

background-color css

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

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

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

border-color css

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

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

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