Html Css Color HEX #464E87 Tory Blue

📋 copy color: '#464E87'

red 70 ◦ green 78 ◦ blue 135

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

Shades of Tory Blue #464E87

Tints of Tory Blue #464E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.7%

R = 24.73%
G = 27.56%
B = 47.7%

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

#464E87 (or 0x464E87) is known color: Tory Blue. HEX triplet: 46, 4E and 87. RGB value is (70,78,135). Sum of RGB (Red+Green+Blue) = 70+78+135=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #464E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E87 is #B9B178. Grayscale: #515151. Windows color (decimal): -12169593 or 8867398. OLE color: 8867398.

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

Color convert

RGB 70 78 135 -
CMYK 0.48 0.42 0 0.47
HSL 232.62º 0.32% 0.4% -
HSV(B) 232.62º 0.48% 0.53% -
XYZ 9.62 8.5 24.06 -
YUV 82.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 70 78 135 0.48 0.42 0 0.47 232.62 0.32 0.4
Hex 46 4E 87 30 2A 0 2F E9 20 28
Octal 106 116 207 60 52 0 57 351 40 50
Binary 1000110 1001110 10000111 110000 101010 0 101111 11101001 100000 101000

Color Harmonies of #464E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E87

Black with #464E87

Text Example


Text Example

White with #464E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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