Html Css Color HEX #465489 Tory Blue

📋 copy color: '#465489'

red 70 ◦ green 84 ◦ blue 137

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

Shades of Tory Blue #465489

Tints of Tory Blue #465489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 24.05%
G = 28.87%
B = 47.08%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#465489 (or 0x465489) is known color: Tory Blue. HEX triplet: 46, 54 and 89. RGB value is (70,84,137). Sum of RGB (Red+Green+Blue) = 70+84+137=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #465489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465489 is #B9AB76. Grayscale: #555555. Windows color (decimal): -12168055 or 9000006. OLE color: 9000006.

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

Color convert

RGB 70 84 137 -
CMYK 0.49 0.39 0 0.46
HSL 227.46º 0.32% 0.41% -
HSV(B) 227.46º 0.49% 0.54% -
XYZ 10.21 9.45 24.95 -
YUV 85.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 70 84 137 0.49 0.39 0 0.46 227.46 0.32 0.41
Hex 46 54 89 31 27 0 2E E3 20 29
Octal 106 124 211 61 47 0 56 343 40 51
Binary 1000110 1010100 10001001 110001 100111 0 101110 11100011 100000 101001

Color Harmonies of #465489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465489

Black with #465489

Text Example


Text Example

White with #465489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465489; }

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

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

background-color css

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

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

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

border-color css

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

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

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