Html Css Color HEX #455890 Tory Blue

📋 copy color: '#455890'

red 69 ◦ green 88 ◦ blue 144

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

Shades of Tory Blue #455890

Tints of Tory Blue #455890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 22.92%
G = 29.24%
B = 47.84%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#455890 (or 0x455890) is known color: Tory Blue. HEX triplet: 45, 58 and 90. RGB value is (69,88,144). Sum of RGB (Red+Green+Blue) = 69+88+144=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #455890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455890 is #BAA76F. Grayscale: #585858. Windows color (decimal): -12232560 or 9459781. OLE color: 9459781.

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

Color convert

RGB 69 88 144 -
CMYK 0.52 0.39 0 0.44
HSL 224.8º 0.35% 0.42% -
HSV(B) 224.8º 0.52% 0.56% -
XYZ 10.98 10.26 27.79 -
YUV 88.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 69 88 144 0.52 0.39 0 0.44 224.8 0.35 0.42
Hex 45 58 90 34 27 0 2C E1 23 2A
Octal 105 130 220 64 47 0 54 341 43 52
Binary 1000101 1011000 10010000 110100 100111 0 101100 11100001 100011 101010

Color Harmonies of #455890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455890

Black with #455890

Text Example


Text Example

White with #455890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455890; }

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

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

background-color css

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

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

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

border-color css

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

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

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