Html Css Color HEX #45508B Tory Blue

📋 copy color: '#45508B'

red 69 ◦ green 80 ◦ blue 139

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

Shades of Tory Blue #45508B

Tints of Tory Blue #45508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

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

R = 23.96%
G = 27.78%
B = 48.26%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45508B (or 0x45508B) is known color: Tory Blue. HEX triplet: 45, 50 and 8B. RGB value is (69,80,139). Sum of RGB (Red+Green+Blue) = 69+80+139=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #45508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45508B is #BAAF74. Grayscale: #535353. Windows color (decimal): -12234613 or 9130053. OLE color: 9130053.

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

Color convert

RGB 69 80 139 -
CMYK 0.50 0.42 0 0.45
HSL 230.57º 0.34% 0.41% -
HSV(B) 230.57º 0.5% 0.55% -
XYZ 9.98 8.87 25.61 -
YUV 83.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 69 80 139 0.50 0.42 0 0.45 230.57 0.34 0.41
Hex 45 50 8B 32 2A 0 2D E7 22 29
Octal 105 120 213 62 52 0 55 347 42 51
Binary 1000101 1010000 10001011 110010 101010 0 101101 11100111 100010 101001

Color Harmonies of #45508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45508B

Black with #45508B

Text Example


Text Example

White with #45508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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