Html Css Color HEX #465189 Tory Blue

📋 copy color: '#465189'

red 70 ◦ green 81 ◦ blue 137

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

Shades of Tory Blue #465189

Tints of Tory Blue #465189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

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

R = 24.31%
G = 28.13%
B = 47.57%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#465189 (or 0x465189) is known color: Tory Blue. HEX triplet: 46, 51 and 89. RGB value is (70,81,137). Sum of RGB (Red+Green+Blue) = 70+81+137=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #465189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465189 is #B9AE76. Grayscale: #535353. Windows color (decimal): -12168823 or 8999238. OLE color: 8999238.

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

Color convert

RGB 70 81 137 -
CMYK 0.49 0.41 0 0.46
HSL 230.15º 0.32% 0.41% -
HSV(B) 230.15º 0.49% 0.54% -
XYZ 9.98 8.99 24.88 -
YUV 84.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 70 81 137 0.49 0.41 0 0.46 230.15 0.32 0.41
Hex 46 51 89 31 29 0 2E E6 20 29
Octal 106 121 211 61 51 0 56 346 40 51
Binary 1000110 1010001 10001001 110001 101001 0 101110 11100110 100000 101001

Color Harmonies of #465189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465189

Black with #465189

Text Example


Text Example

White with #465189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465189; }

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

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

background-color css

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

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

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

border-color css

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

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

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