Html Css Color HEX #45508A Tory Blue

📋 copy color: '#45508A'

red 69 ◦ green 80 ◦ blue 138

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

Shades of Tory Blue #45508A

Tints of Tory Blue #45508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 24.04%
G = 27.87%
B = 48.08%

CMYK

 C value IS 0.5

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45508A (or 0x45508A) is known color: Tory Blue. HEX triplet: 45, 50 and 8A. RGB value is (69,80,138). Sum of RGB (Red+Green+Blue) = 69+80+138=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #45508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45508A is #BAAF75. Grayscale: #535353. Windows color (decimal): -12234614 or 9064517. OLE color: 9064517.

HSL color Cylindrical-coordinate representation of color #45508A: hue angle of 230.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45508A is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 80 138 -
CMYK 0.5 0.42 0 0.46
HSL 230.43º 0.33% 0.41% -
HSV(B) 230.43º 0.5% 0.54% -
XYZ 9.91 8.84 25.23 -
YUV 83.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 69 80 138 0.5 0.42 0 0.46 230.43 0.33 0.41
Hex 45 50 8A 32 2A 0 2E E6 21 29
Octal 105 120 212 62 52 0 56 346 41 51
Binary 1000101 1010000 10001010 110010 101010 0 101110 11100110 100001 101001

Color Harmonies of #45508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45508A

Black with #45508A

Text Example


Text Example

White with #45508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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