Html Css Color HEX #465790 Tory Blue

📋 copy color: '#465790'

red 70 ◦ green 87 ◦ blue 144

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

Shades of Tory Blue #465790

Tints of Tory Blue #465790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 23.26%
G = 28.9%
B = 47.84%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#465790 (or 0x465790) is known color: Tory Blue. HEX triplet: 46, 57 and 90. RGB value is (70,87,144). Sum of RGB (Red+Green+Blue) = 70+87+144=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #465790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465790 is #B9A86F. Grayscale: #585858. Windows color (decimal): -12167280 or 9459526. OLE color: 9459526.

HSL color Cylindrical-coordinate representation of color #465790: hue angle of 226.22º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465790 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 87 144 -
CMYK 0.51 0.40 0 0.44
HSL 226.22º 0.35% 0.42% -
HSV(B) 226.22º 0.51% 0.56% -
XYZ 10.97 10.13 27.76 -
YUV 88.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 70 87 144 0.51 0.40 0 0.44 226.22 0.35 0.42
Hex 46 57 90 33 28 0 2C E2 23 2A
Octal 106 127 220 63 50 0 54 342 43 52
Binary 1000110 1010111 10010000 110011 101000 0 101100 11100010 100011 101010

Color Harmonies of #465790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465790

Black with #465790

Text Example


Text Example

White with #465790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465790; }

 p { color: rgb(70,87,144); }

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

background-color css

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

 a { background-color: rgb(70,87,144); }

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

border-color css

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

 span { border-color: rgb(70,87,144); }

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