Html Css Color HEX #465689 Tory Blue

📋 copy color: '#465689'

red 70 ◦ green 86 ◦ blue 137

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

Shades of Tory Blue #465689

Tints of Tory Blue #465689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 137 (53.91% from 255) = 46.76%

R = 23.89%
G = 29.35%
B = 46.76%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#465689 (or 0x465689) is known color: Tory Blue. HEX triplet: 46, 56 and 89. RGB value is (70,86,137). Sum of RGB (Red+Green+Blue) = 70+86+137=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #465689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465689 is #B9A976. Grayscale: #565656. Windows color (decimal): -12167543 or 9000518. OLE color: 9000518.

HSL color Cylindrical-coordinate representation of color #465689: hue angle of 225.67º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465689 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 86 137 -
CMYK 0.49 0.37 0 0.46
HSL 225.67º 0.32% 0.41% -
HSV(B) 225.67º 0.49% 0.54% -
XYZ 10.37 9.76 25.01 -
YUV 87.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 70 86 137 0.49 0.37 0 0.46 225.67 0.32 0.41
Hex 46 56 89 31 25 0 2E E2 20 29
Octal 106 126 211 61 45 0 56 342 40 51
Binary 1000110 1010110 10001001 110001 100101 0 101110 11100010 100000 101001

Color Harmonies of #465689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465689

Black with #465689

Text Example


Text Example

White with #465689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465689; }

 p { color: rgb(70,86,137); }

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

background-color css

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

 a { background-color: rgb(70,86,137); }

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

border-color css

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

 span { border-color: rgb(70,86,137); }

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