Html Css Color HEX #455491 Tory Blue

📋 copy color: '#455491'

red 69 ◦ green 84 ◦ blue 145

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

Shades of Tory Blue #455491

Tints of Tory Blue #455491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 23.15%
G = 28.19%
B = 48.66%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#455491 (or 0x455491) is known color: Tory Blue. HEX triplet: 45, 54 and 91. RGB value is (69,84,145). Sum of RGB (Red+Green+Blue) = 69+84+145=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #455491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455491 is #BAAB6E. Grayscale: #565656. Windows color (decimal): -12233583 or 9524293. OLE color: 9524293.

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

Color convert

RGB 69 84 145 -
CMYK 0.52 0.42 0 0.43
HSL 228.16º 0.36% 0.42% -
HSV(B) 228.16º 0.52% 0.57% -
XYZ 10.74 9.65 28.08 -
YUV 86.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 69 84 145 0.52 0.42 0 0.43 228.16 0.36 0.42
Hex 45 54 91 34 2A 0 2B E4 24 2A
Octal 105 124 221 64 52 0 53 344 44 52
Binary 1000101 1010100 10010001 110100 101010 0 101011 11100100 100100 101010

Color Harmonies of #455491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455491

Black with #455491

Text Example


Text Example

White with #455491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455491; }

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

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

background-color css

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

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

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

border-color css

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

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

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