Html Css Color HEX #455089 Tory Blue

📋 copy color: '#455089'

red 69 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #455089

Tints of Tory Blue #455089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

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

R = 24.13%
G = 27.97%
B = 47.9%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#455089 (or 0x455089) is known color: Tory Blue. HEX triplet: 45, 50 and 89. RGB value is (69,80,137). Sum of RGB (Red+Green+Blue) = 69+80+137=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #455089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455089 is #BAAF76. Grayscale: #525252. Windows color (decimal): -12234615 or 8998981. OLE color: 8998981.

HSL color Cylindrical-coordinate representation of color #455089: hue angle of 230.29º 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 #455089 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 80 137 -
CMYK 0.50 0.42 0 0.46
HSL 230.29º 0.33% 0.4% -
HSV(B) 230.29º 0.5% 0.54% -
XYZ 9.84 8.81 24.85 -
YUV 83.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 69 80 137 0.50 0.42 0 0.46 230.29 0.33 0.4
Hex 45 50 89 32 2A 0 2E E6 21 28
Octal 105 120 211 62 52 0 56 346 41 50
Binary 1000101 1010000 10001001 110010 101010 0 101110 11100110 100001 101000

Color Harmonies of #455089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455089

Black with #455089

Text Example


Text Example

White with #455089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455089; }

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

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

background-color css

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

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

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

border-color css

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

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

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