Html Css Color HEX #455488 Tory Blue

📋 copy color: '#455488'

red 69 ◦ green 84 ◦ blue 136

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

Shades of Tory Blue #455488

Tints of Tory Blue #455488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.06%

R = 23.88%
G = 29.07%
B = 47.06%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#455488 (or 0x455488) is known color: Tory Blue. HEX triplet: 45, 54 and 88. RGB value is (69,84,136). Sum of RGB (Red+Green+Blue) = 69+84+136=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #455488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455488 is #BAAB77. Grayscale: #555555. Windows color (decimal): -12233592 or 8934469. OLE color: 8934469.

HSL color Cylindrical-coordinate representation of color #455488: hue angle of 226.57º degrees, saturation: 0.33, 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 #455488 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 84 136 -
CMYK 0.49 0.38 0 0.47
HSL 226.57º 0.33% 0.4% -
HSV(B) 226.57º 0.49% 0.53% -
XYZ 10.07 9.38 24.57 -
YUV 85.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 69 84 136 0.49 0.38 0 0.47 226.57 0.33 0.4
Hex 45 54 88 31 26 0 2F E3 21 28
Octal 105 124 210 61 46 0 57 343 41 50
Binary 1000101 1010100 10001000 110001 100110 0 101111 11100011 100001 101000

Color Harmonies of #455488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455488

Black with #455488

Text Example


Text Example

White with #455488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455488; }

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

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

background-color css

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

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

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

border-color css

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

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

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