Html Css Color HEX #465486 Tory Blue

📋 copy color: '#465486'

red 70 ◦ green 84 ◦ blue 134

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

Shades of Tory Blue #465486

Tints of Tory Blue #465486

RGB

 RED value IS 70 (27.73% from 255) = 24.31%

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

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

R = 24.31%
G = 29.17%
B = 46.53%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#465486 (or 0x465486) is known color: Tory Blue. HEX triplet: 46, 54 and 86. RGB value is (70,84,134). Sum of RGB (Red+Green+Blue) = 70+84+134=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #465486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465486 is #B9AB79. Grayscale: #555555. Windows color (decimal): -12168058 or 8803398. OLE color: 8803398.

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

Color convert

RGB 70 84 134 -
CMYK 0.48 0.37 0 0.47
HSL 226.88º 0.31% 0.4% -
HSV(B) 226.88º 0.48% 0.53% -
XYZ 10 9.36 23.83 -
YUV 85.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 70 84 134 0.48 0.37 0 0.47 226.88 0.31 0.4
Hex 46 54 86 30 25 0 2F E3 1F 28
Octal 106 124 206 60 45 0 57 343 37 50
Binary 1000110 1010100 10000110 110000 100101 0 101111 11100011 11111 101000

Color Harmonies of #465486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465486

Black with #465486

Text Example


Text Example

White with #465486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465486; }

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

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

background-color css

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

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

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

border-color css

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

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

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