Html Css Color HEX #465089 Tory Blue

📋 copy color: '#465089'

red 70 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #465089

Tints of Tory Blue #465089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 24.39%
G = 27.87%
B = 47.74%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#465089 (or 0x465089) is known color: Tory Blue. HEX triplet: 46, 50 and 89. RGB value is (70,80,137). Sum of RGB (Red+Green+Blue) = 70+80+137=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #465089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465089 is #B9AF76. Grayscale: #535353. Windows color (decimal): -12169079 or 8998982. OLE color: 8998982.

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

Color convert

RGB 70 80 137 -
CMYK 0.49 0.42 0 0.46
HSL 231.04º 0.32% 0.41% -
HSV(B) 231.04º 0.49% 0.54% -
XYZ 9.91 8.85 24.85 -
YUV 83.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 70 80 137 0.49 0.42 0 0.46 231.04 0.32 0.41
Hex 46 50 89 31 2A 0 2E E7 20 29
Octal 106 120 211 61 52 0 56 347 40 51
Binary 1000110 1010000 10001001 110001 101010 0 101110 11100111 100000 101001

Color Harmonies of #465089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465089

Black with #465089

Text Example


Text Example

White with #465089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465089; }

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

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

background-color css

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

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

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

border-color css

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

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

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