Html Css Color HEX #455087 Tory Blue

📋 copy color: '#455087'

red 69 ◦ green 80 ◦ blue 135

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

Shades of Tory Blue #455087

Tints of Tory Blue #455087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.54%

R = 24.3%
G = 28.17%
B = 47.54%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#455087 (or 0x455087) is known color: Tory Blue. HEX triplet: 45, 50 and 87. RGB value is (69,80,135). Sum of RGB (Red+Green+Blue) = 69+80+135=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #455087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455087 is #BAAF78. Grayscale: #525252. Windows color (decimal): -12234617 or 8867909. OLE color: 8867909.

HSL color Cylindrical-coordinate representation of color #455087: hue angle of 230º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455087 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 80 135 -
CMYK 0.49 0.41 0 0.47
HSL 230º 0.32% 0.4% -
HSV(B) 230º 0.49% 0.53% -
XYZ 9.7 8.75 24.1 -
YUV 82.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 69 80 135 0.49 0.41 0 0.47 230 0.32 0.4
Hex 45 50 87 31 29 0 2F E6 20 28
Octal 105 120 207 61 51 0 57 346 40 50
Binary 1000101 1010000 10000111 110001 101001 0 101111 11100110 100000 101000

Color Harmonies of #455087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455087

Black with #455087

Text Example


Text Example

White with #455087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455087; }

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

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

background-color css

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

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

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

border-color css

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

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

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