Html Css Color HEX #46558B Tory Blue

📋 copy color: '#46558B'

red 70 ◦ green 85 ◦ blue 139

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

Shades of Tory Blue #46558B

Tints of Tory Blue #46558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

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

R = 23.81%
G = 28.91%
B = 47.28%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46558B (or 0x46558B) is known color: Tory Blue. HEX triplet: 46, 55 and 8B. RGB value is (70,85,139). Sum of RGB (Red+Green+Blue) = 70+85+139=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #46558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46558B is #B9AA74. Grayscale: #565656. Windows color (decimal): -12167797 or 9131334. OLE color: 9131334.

HSL color Cylindrical-coordinate representation of color #46558B: hue angle of 226.96º 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 #46558B is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 85 139 -
CMYK 0.50 0.39 0 0.45
HSL 226.96º 0.33% 0.41% -
HSV(B) 226.96º 0.5% 0.55% -
XYZ 10.43 9.66 25.74 -
YUV 86.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 70 85 139 0.50 0.39 0 0.45 226.96 0.33 0.41
Hex 46 55 8B 32 27 0 2D E3 21 29
Octal 106 125 213 62 47 0 55 343 41 51
Binary 1000110 1010101 10001011 110010 100111 0 101101 11100011 100001 101001

Color Harmonies of #46558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46558B

Black with #46558B

Text Example


Text Example

White with #46558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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