Html Css Color HEX #475486 Tory Blue

📋 copy color: '#475486'

red 71 ◦ green 84 ◦ blue 134

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

Shades of Tory Blue #475486

Tints of Tory Blue #475486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 24.57%
G = 29.07%
B = 46.37%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#475486 (or 0x475486) is known color: Tory Blue. HEX triplet: 47, 54 and 86. RGB value is (71,84,134). Sum of RGB (Red+Green+Blue) = 71+84+134=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #475486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475486 is #B8AB79. Grayscale: #555555. Windows color (decimal): -12102522 or 8803399. OLE color: 8803399.

HSL color Cylindrical-coordinate representation of color #475486: hue angle of 227.62º 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 #475486 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 84 134 -
CMYK 0.47 0.37 0 0.47
HSL 227.62º 0.31% 0.4% -
HSV(B) 227.62º 0.47% 0.53% -
XYZ 10.07 9.4 23.84 -
YUV 85.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 71 84 134 0.47 0.37 0 0.47 227.62 0.31 0.4
Hex 47 54 86 2F 25 0 2F E4 1F 28
Octal 107 124 206 57 45 0 57 344 37 50
Binary 1000111 1010100 10000110 101111 100101 0 101111 11100100 11111 101000

Color Harmonies of #475486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475486

Black with #475486

Text Example


Text Example

White with #475486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475486; }

 p { color: rgb(71,84,134); }

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

background-color css

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

 a { background-color: rgb(71,84,134); }

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

border-color css

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

 span { border-color: rgb(71,84,134); }

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