Html Css Color HEX #475186 Tory Blue

📋 copy color: '#475186'

red 71 ◦ green 81 ◦ blue 134

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

Shades of Tory Blue #475186

Tints of Tory Blue #475186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

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

R = 24.83%
G = 28.32%
B = 46.85%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#475186 (or 0x475186) is known color: Tory Blue. HEX triplet: 47, 51 and 86. RGB value is (71,81,134). Sum of RGB (Red+Green+Blue) = 71+81+134=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #475186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475186 is #B8AE79. Grayscale: #535353. Windows color (decimal): -12103290 or 8802631. OLE color: 8802631.

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

Color convert

RGB 71 81 134 -
CMYK 0.47 0.40 0 0.47
HSL 230.48º 0.31% 0.4% -
HSV(B) 230.48º 0.47% 0.53% -
XYZ 9.84 8.95 23.76 -
YUV 84.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 71 81 134 0.47 0.40 0 0.47 230.48 0.31 0.4
Hex 47 51 86 2F 28 0 2F E6 1F 28
Octal 107 121 206 57 50 0 57 346 37 50
Binary 1000111 1010001 10000110 101111 101000 0 101111 11100110 11111 101000

Color Harmonies of #475186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475186

Black with #475186

Text Example


Text Example

White with #475186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475186; }

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

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

background-color css

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

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

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

border-color css

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

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

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