Html Css Color HEX #465590 Tory Blue

📋 copy color: '#465590'

red 70 ◦ green 85 ◦ blue 144

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

Shades of Tory Blue #465590

Tints of Tory Blue #465590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 23.41%
G = 28.43%
B = 48.16%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#465590 (or 0x465590) is known color: Tory Blue. HEX triplet: 46, 55 and 90. RGB value is (70,85,144). Sum of RGB (Red+Green+Blue) = 70+85+144=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #465590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465590 is #B9AA6F. Grayscale: #565656. Windows color (decimal): -12167792 or 9459014. OLE color: 9459014.

HSL color Cylindrical-coordinate representation of color #465590: hue angle of 227.84º 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 #465590 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 85 144 -
CMYK 0.51 0.41 0 0.44
HSL 227.84º 0.35% 0.42% -
HSV(B) 227.84º 0.51% 0.56% -
XYZ 10.81 9.81 27.71 -
YUV 87.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 70 85 144 0.51 0.41 0 0.44 227.84 0.35 0.42
Hex 46 55 90 33 29 0 2C E4 23 2A
Octal 106 125 220 63 51 0 54 344 43 52
Binary 1000110 1010101 10010000 110011 101001 0 101100 11100100 100011 101010

Color Harmonies of #465590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465590

Black with #465590

Text Example


Text Example

White with #465590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465590; }

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

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

background-color css

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

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

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

border-color css

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

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

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