Html Css Color HEX #45508C Tory Blue

📋 copy color: '#45508C'

red 69 ◦ green 80 ◦ blue 140

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

Shades of Tory Blue #45508C

Tints of Tory Blue #45508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 23.88%
G = 27.68%
B = 48.44%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45508C (or 0x45508C) is known color: Tory Blue. HEX triplet: 45, 50 and 8C. RGB value is (69,80,140). Sum of RGB (Red+Green+Blue) = 69+80+140=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #45508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45508C is #BAAF73. Grayscale: #535353. Windows color (decimal): -12234612 or 9195589. OLE color: 9195589.

HSL color Cylindrical-coordinate representation of color #45508C: hue angle of 230.7º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45508C is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 80 140 -
CMYK 0.51 0.43 0 0.45
HSL 230.7º 0.34% 0.41% -
HSV(B) 230.7º 0.51% 0.55% -
XYZ 10.06 8.9 26 -
YUV 83.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 69 80 140 0.51 0.43 0 0.45 230.7 0.34 0.41
Hex 45 50 8C 33 2B 0 2D E7 22 29
Octal 105 120 214 63 53 0 55 347 42 51
Binary 1000101 1010000 10001100 110011 101011 0 101101 11100111 100010 101001

Color Harmonies of #45508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45508C

Black with #45508C

Text Example


Text Example

White with #45508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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