Html Css Color HEX #465889 Tory Blue

📋 copy color: '#465889'

red 70 ◦ green 88 ◦ blue 137

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

Shades of Tory Blue #465889

Tints of Tory Blue #465889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

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

R = 23.73%
G = 29.83%
B = 46.44%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#465889 (or 0x465889) is known color: Tory Blue. HEX triplet: 46, 58 and 89. RGB value is (70,88,137). Sum of RGB (Red+Green+Blue) = 70+88+137=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #465889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465889 is #B9A776. Grayscale: #575757. Windows color (decimal): -12167031 or 9001030. OLE color: 9001030.

HSL color Cylindrical-coordinate representation of color #465889: hue angle of 223.88º 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 #465889 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 88 137 -
CMYK 0.49 0.36 0 0.46
HSL 223.88º 0.32% 0.41% -
HSV(B) 223.88º 0.49% 0.54% -
XYZ 10.53 10.09 25.06 -
YUV 88.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 70 88 137 0.49 0.36 0 0.46 223.88 0.32 0.41
Hex 46 58 89 31 24 0 2E E0 20 29
Octal 106 130 211 61 44 0 56 340 40 51
Binary 1000110 1011000 10001001 110001 100100 0 101110 11100000 100000 101001

Color Harmonies of #465889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465889

Black with #465889

Text Example


Text Example

White with #465889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465889; }

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

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

background-color css

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

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

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

border-color css

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

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

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