Html Css Color HEX #455290 Tory Blue

📋 copy color: '#455290'

red 69 ◦ green 82 ◦ blue 144

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

Shades of Tory Blue #455290

Tints of Tory Blue #455290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 23.39%
G = 27.8%
B = 48.81%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#455290 (or 0x455290) is known color: Tory Blue. HEX triplet: 45, 52 and 90. RGB value is (69,82,144). Sum of RGB (Red+Green+Blue) = 69+82+144=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #455290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455290 is #BAAD6F. Grayscale: #545454. Windows color (decimal): -12234096 or 9458245. OLE color: 9458245.

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

Color convert

RGB 69 82 144 -
CMYK 0.52 0.43 0 0.44
HSL 229.6º 0.35% 0.42% -
HSV(B) 229.6º 0.52% 0.56% -
XYZ 10.51 9.31 27.63 -
YUV 85.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 69 82 144 0.52 0.43 0 0.44 229.6 0.35 0.42
Hex 45 52 90 34 2B 0 2C E6 23 2A
Octal 105 122 220 64 53 0 54 346 43 52
Binary 1000101 1010010 10010000 110100 101011 0 101100 11100110 100011 101010

Color Harmonies of #455290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455290

Black with #455290

Text Example


Text Example

White with #455290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455290; }

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

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

background-color css

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

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

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

border-color css

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

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

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