Html Css Color HEX #455686 Tory Blue

📋 copy color: '#455686'

red 69 ◦ green 86 ◦ blue 134

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

Shades of Tory Blue #455686

Tints of Tory Blue #455686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 23.88%
G = 29.76%
B = 46.37%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#455686 (or 0x455686) is known color: Tory Blue. HEX triplet: 45, 56 and 86. RGB value is (69,86,134). Sum of RGB (Red+Green+Blue) = 69+86+134=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #455686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455686 is #BAA979. Grayscale: #565656. Windows color (decimal): -12233082 or 8803909. OLE color: 8803909.

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

Color convert

RGB 69 86 134 -
CMYK 0.49 0.36 0 0.47
HSL 224.31º 0.32% 0.4% -
HSV(B) 224.31º 0.49% 0.53% -
XYZ 10.09 9.64 23.88 -
YUV 86.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 69 86 134 0.49 0.36 0 0.47 224.31 0.32 0.4
Hex 45 56 86 31 24 0 2F E0 20 28
Octal 105 126 206 61 44 0 57 340 40 50
Binary 1000101 1010110 10000110 110001 100100 0 101111 11100000 100000 101000

Color Harmonies of #455686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455686

Black with #455686

Text Example


Text Example

White with #455686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455686; }

 p { color: rgb(69,86,134); }

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

background-color css

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

 a { background-color: rgb(69,86,134); }

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

border-color css

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

 span { border-color: rgb(69,86,134); }

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