Html Css Color HEX #45598B Tory Blue

📋 copy color: '#45598B'

red 69 ◦ green 89 ◦ blue 139

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

Shades of Tory Blue #45598B

Tints of Tory Blue #45598B

RGB

 RED value IS 69 (27.34% from 255) = 23.23%

 GREEN value IS 89 (35.16% from 255) = 29.97%

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

R = 23.23%
G = 29.97%
B = 46.8%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45598B (or 0x45598B) is known color: Tory Blue. HEX triplet: 45, 59 and 8B. RGB value is (69,89,139). Sum of RGB (Red+Green+Blue) = 69+89+139=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #45598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45598B is #BAA674. Grayscale: #585858. Windows color (decimal): -12232309 or 9132357. OLE color: 9132357.

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

Color convert

RGB 69 89 139 -
CMYK 0.50 0.36 0 0.45
HSL 222.86º 0.34% 0.41% -
HSV(B) 222.86º 0.5% 0.55% -
XYZ 10.69 10.27 25.85 -
YUV 88.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 69 89 139 0.50 0.36 0 0.45 222.86 0.34 0.41
Hex 45 59 8B 32 24 0 2D DF 22 29
Octal 105 131 213 62 44 0 55 337 42 51
Binary 1000101 1011001 10001011 110010 100100 0 101101 11011111 100010 101001

Color Harmonies of #45598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45598B

Black with #45598B

Text Example


Text Example

White with #45598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,89,139); }

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

background-color css

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

 a { background-color: rgb(69,89,139); }

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

border-color css

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

 span { border-color: rgb(69,89,139); }

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