Html Css Color HEX #455790 Tory Blue

📋 copy color: '#455790'

red 69 ◦ green 87 ◦ blue 144

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

Shades of Tory Blue #455790

Tints of Tory Blue #455790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

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

R = 23%
G = 29%
B = 48%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#455790 (or 0x455790) is known color: Tory Blue. HEX triplet: 45, 57 and 90. RGB value is (69,87,144). Sum of RGB (Red+Green+Blue) = 69+87+144=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #455790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455790 is #BAA86F. Grayscale: #575757. Windows color (decimal): -12232816 or 9459525. OLE color: 9459525.

HSL color Cylindrical-coordinate representation of color #455790: hue angle of 225.6º 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 #455790 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 87 144 -
CMYK 0.52 0.40 0 0.44
HSL 225.6º 0.35% 0.42% -
HSV(B) 225.6º 0.52% 0.56% -
XYZ 10.9 10.1 27.76 -
YUV 88.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 69 87 144 0.52 0.40 0 0.44 225.6 0.35 0.42
Hex 45 57 90 34 28 0 2C E2 23 2A
Octal 105 127 220 64 50 0 54 342 43 52
Binary 1000101 1010111 10010000 110100 101000 0 101100 11100010 100011 101010

Color Harmonies of #455790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455790

Black with #455790

Text Example


Text Example

White with #455790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455790; }

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

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

background-color css

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

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

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

border-color css

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

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

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