Html Css Color HEX #475085 Tory Blue

📋 copy color: '#475085'

red 71 ◦ green 80 ◦ blue 133

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

Shades of Tory Blue #475085

Tints of Tory Blue #475085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.83%

R = 25%
G = 28.17%
B = 46.83%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475085 (or 0x475085) is known color: Tory Blue. HEX triplet: 47, 50 and 85. RGB value is (71,80,133). Sum of RGB (Red+Green+Blue) = 71+80+133=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #475085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475085 is #B8AF7A. Grayscale: #535353. Windows color (decimal): -12103547 or 8736839. OLE color: 8736839.

HSL color Cylindrical-coordinate representation of color #475085: hue angle of 231.29º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475085 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 80 133 -
CMYK 0.47 0.40 0 0.48
HSL 231.29º 0.3% 0.4% -
HSV(B) 231.29º 0.47% 0.52% -
XYZ 9.7 8.77 23.37 -
YUV 83.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 71 80 133 0.47 0.40 0 0.48 231.29 0.3 0.4
Hex 47 50 85 2F 28 0 30 E7 1E 28
Octal 107 120 205 57 50 0 60 347 36 50
Binary 1000111 1010000 10000101 101111 101000 0 110000 11100111 11110 101000

Color Harmonies of #475085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475085

Black with #475085

Text Example


Text Example

White with #475085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475085; }

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

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

background-color css

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

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

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

border-color css

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

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

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