Html Css Color HEX #465891 Tory Blue

📋 copy color: '#465891'

red 70 ◦ green 88 ◦ blue 145

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

Shades of Tory Blue #465891

Tints of Tory Blue #465891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 23.1%
G = 29.04%
B = 47.85%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#465891 (or 0x465891) is known color: Tory Blue. HEX triplet: 46, 58 and 91. RGB value is (70,88,145). Sum of RGB (Red+Green+Blue) = 70+88+145=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #465891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465891 is #B9A76E. Grayscale: #585858. Windows color (decimal): -12167023 or 9525318. OLE color: 9525318.

HSL color Cylindrical-coordinate representation of color #465891: hue angle of 225.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465891 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 88 145 -
CMYK 0.52 0.39 0 0.43
HSL 225.6º 0.35% 0.42% -
HSV(B) 225.6º 0.52% 0.57% -
XYZ 11.13 10.33 28.19 -
YUV 89.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 70 88 145 0.52 0.39 0 0.43 225.6 0.35 0.42
Hex 46 58 91 34 27 0 2B E2 23 2A
Octal 106 130 221 64 47 0 53 342 43 52
Binary 1000110 1011000 10010001 110100 100111 0 101011 11100010 100011 101010

Color Harmonies of #465891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465891

Black with #465891

Text Example


Text Example

White with #465891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465891; }

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

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

background-color css

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

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

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

border-color css

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

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

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