Html Css Color HEX #455389 Tory Blue

📋 copy color: '#455389'

red 69 ◦ green 83 ◦ blue 137

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

Shades of Tory Blue #455389

Tints of Tory Blue #455389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 23.88%
G = 28.72%
B = 47.4%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#455389 (or 0x455389) is known color: Tory Blue. HEX triplet: 45, 53 and 89. RGB value is (69,83,137). Sum of RGB (Red+Green+Blue) = 69+83+137=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #455389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455389 is #BAAC76. Grayscale: #545454. Windows color (decimal): -12233847 or 8999749. OLE color: 8999749.

HSL color Cylindrical-coordinate representation of color #455389: hue angle of 227.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455389 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 83 137 -
CMYK 0.50 0.39 0 0.46
HSL 227.65º 0.33% 0.4% -
HSV(B) 227.65º 0.5% 0.54% -
XYZ 10.06 9.26 24.92 -
YUV 84.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 69 83 137 0.50 0.39 0 0.46 227.65 0.33 0.4
Hex 45 53 89 32 27 0 2E E4 21 28
Octal 105 123 211 62 47 0 56 344 41 50
Binary 1000101 1010011 10001001 110010 100111 0 101110 11100100 100001 101000

Color Harmonies of #455389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455389

Black with #455389

Text Example


Text Example

White with #455389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455389; }

 p { color: rgb(69,83,137); }

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

background-color css

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

 a { background-color: rgb(69,83,137); }

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

border-color css

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

 span { border-color: rgb(69,83,137); }

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