Html Css Color HEX #475087 Tory Blue

📋 copy color: '#475087'

red 71 ◦ green 80 ◦ blue 135

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

Shades of Tory Blue #475087

Tints of Tory Blue #475087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.2%

R = 24.83%
G = 27.97%
B = 47.2%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#475087 (or 0x475087) is known color: Tory Blue. HEX triplet: 47, 50 and 87. RGB value is (71,80,135). Sum of RGB (Red+Green+Blue) = 71+80+135=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #475087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475087 is #B8AF78. Grayscale: #535353. Windows color (decimal): -12103545 or 8867911. OLE color: 8867911.

HSL color Cylindrical-coordinate representation of color #475087: hue angle of 231.56º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475087 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 80 135 -
CMYK 0.47 0.41 0 0.47
HSL 231.56º 0.31% 0.4% -
HSV(B) 231.56º 0.47% 0.53% -
XYZ 9.84 8.83 24.11 -
YUV 83.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 71 80 135 0.47 0.41 0 0.47 231.56 0.31 0.4
Hex 47 50 87 2F 29 0 2F E8 1F 28
Octal 107 120 207 57 51 0 57 350 37 50
Binary 1000111 1010000 10000111 101111 101001 0 101111 11101000 11111 101000

Color Harmonies of #475087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475087

Black with #475087

Text Example


Text Example

White with #475087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475087; }

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

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

background-color css

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

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

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

border-color css

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

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

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