Html Css Color HEX #455490 Tory Blue

📋 copy color: '#455490'

red 69 ◦ green 84 ◦ blue 144

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

Shades of Tory Blue #455490

Tints of Tory Blue #455490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 23.23%
G = 28.28%
B = 48.48%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#455490 (or 0x455490) is known color: Tory Blue. HEX triplet: 45, 54 and 90. RGB value is (69,84,144). Sum of RGB (Red+Green+Blue) = 69+84+144=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #455490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455490 is #BAAB6F. Grayscale: #565656. Windows color (decimal): -12233584 or 9458757. OLE color: 9458757.

HSL color Cylindrical-coordinate representation of color #455490: hue angle of 228º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455490 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 84 144 -
CMYK 0.52 0.42 0 0.44
HSL 228º 0.35% 0.42% -
HSV(B) 228º 0.52% 0.56% -
XYZ 10.66 9.62 27.68 -
YUV 86.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 69 84 144 0.52 0.42 0 0.44 228 0.35 0.42
Hex 45 54 90 34 2A 0 2C E4 23 2A
Octal 105 124 220 64 52 0 54 344 43 52
Binary 1000101 1010100 10010000 110100 101010 0 101100 11100100 100011 101010

Color Harmonies of #455490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455490

Black with #455490

Text Example


Text Example

White with #455490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455490; }

 p { color: rgb(69,84,144); }

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

background-color css

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

 a { background-color: rgb(69,84,144); }

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

border-color css

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

 span { border-color: rgb(69,84,144); }

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