Html Css Color HEX #464E86 Tory Blue

📋 copy color: '#464E86'

red 70 ◦ green 78 ◦ blue 134

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

Shades of Tory Blue #464E86

Tints of Tory Blue #464E86

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.66%

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

R = 24.82%
G = 27.66%
B = 47.52%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#464E86 (or 0x464E86) is known color: Tory Blue. HEX triplet: 46, 4E and 86. RGB value is (70,78,134). Sum of RGB (Red+Green+Blue) = 70+78+134=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #464E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E86 is #B9B179. Grayscale: #515151. Windows color (decimal): -12169594 or 8801862. OLE color: 8801862.

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

Color convert

RGB 70 78 134 -
CMYK 0.48 0.42 0 0.47
HSL 232.5º 0.31% 0.4% -
HSV(B) 232.5º 0.48% 0.53% -
XYZ 9.55 8.47 23.69 -
YUV 81.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 70 78 134 0.48 0.42 0 0.47 232.5 0.31 0.4
Hex 46 4E 86 30 2A 0 2F E8 1F 28
Octal 106 116 206 60 52 0 57 350 37 50
Binary 1000110 1001110 10000110 110000 101010 0 101111 11101000 11111 101000

Color Harmonies of #464E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E86

Black with #464E86

Text Example


Text Example

White with #464E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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