Html Css Color HEX #464E84 Tory Blue

📋 copy color: '#464E84'

red 70 ◦ green 78 ◦ blue 132

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

Shades of Tory Blue #464E84

Tints of Tory Blue #464E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 25%
G = 27.86%
B = 47.14%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#464E84 (or 0x464E84) is known color: Tory Blue. HEX triplet: 46, 4E and 84. RGB value is (70,78,132). Sum of RGB (Red+Green+Blue) = 70+78+132=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #464E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E84 is #B9B17B. Grayscale: #515151. Windows color (decimal): -12169596 or 8670790. OLE color: 8670790.

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

Color convert

RGB 70 78 132 -
CMYK 0.47 0.41 0 0.48
HSL 232.26º 0.31% 0.4% -
HSV(B) 232.26º 0.47% 0.52% -
XYZ 9.42 8.42 22.96 -
YUV 81.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 70 78 132 0.47 0.41 0 0.48 232.26 0.31 0.4
Hex 46 4E 84 2F 29 0 30 E8 1F 28
Octal 106 116 204 57 51 0 60 350 37 50
Binary 1000110 1001110 10000100 101111 101001 0 110000 11101000 11111 101000

Color Harmonies of #464E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E84

Black with #464E84

Text Example


Text Example

White with #464E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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