Html Css Color HEX #465A8B Tory Blue

📋 copy color: '#465A8B'

red 70 ◦ green 90 ◦ blue 139

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

Shades of Tory Blue #465A8B

Tints of Tory Blue #465A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 23.41%
G = 30.1%
B = 46.49%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#465A8B (or 0x465A8B) is known color: Tory Blue. HEX triplet: 46, 5A and 8B. RGB value is (70,90,139). Sum of RGB (Red+Green+Blue) = 70+90+139=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #465A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A8B is #B9A574. Grayscale: #595959. Windows color (decimal): -12166517 or 9132614. OLE color: 9132614.

HSL color Cylindrical-coordinate representation of color #465A8B: hue angle of 222.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #465A8B is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 90 139 -
CMYK 0.50 0.35 0 0.45
HSL 222.61º 0.33% 0.41% -
HSV(B) 222.61º 0.5% 0.55% -
XYZ 10.84 10.48 25.88 -
YUV 89.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 70 90 139 0.50 0.35 0 0.45 222.61 0.33 0.41
Hex 46 5A 8B 32 23 0 2D DF 21 29
Octal 106 132 213 62 43 0 55 337 41 51
Binary 1000110 1011010 10001011 110010 100011 0 101101 11011111 100001 101001

Color Harmonies of #465A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A8B

Black with #465A8B

Text Example


Text Example

White with #465A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A8B; }

 p { color: rgb(70,90,139); }

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

background-color css

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

 a { background-color: rgb(70,90,139); }

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

border-color css

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

 span { border-color: rgb(70,90,139); }

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