Html Css Color HEX #455086 Tory Blue

📋 copy color: '#455086'

red 69 ◦ green 80 ◦ blue 134

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

Shades of Tory Blue #455086

Tints of Tory Blue #455086

RGB

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

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

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

R = 24.38%
G = 28.27%
B = 47.35%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#455086 (or 0x455086) is known color: Tory Blue. HEX triplet: 45, 50 and 86. RGB value is (69,80,134). Sum of RGB (Red+Green+Blue) = 69+80+134=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #455086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455086 is #BAAF79. Grayscale: #525252. Windows color (decimal): -12234618 or 8802373. OLE color: 8802373.

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

Color convert

RGB 69 80 134 -
CMYK 0.49 0.40 0 0.47
HSL 229.85º 0.32% 0.4% -
HSV(B) 229.85º 0.49% 0.53% -
XYZ 9.63 8.72 23.73 -
YUV 82.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 69 80 134 0.49 0.40 0 0.47 229.85 0.32 0.4
Hex 45 50 86 31 28 0 2F E6 20 28
Octal 105 120 206 61 50 0 57 346 40 50
Binary 1000101 1010000 10000110 110001 101000 0 101111 11100110 100000 101000

Color Harmonies of #455086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455086

Black with #455086

Text Example


Text Example

White with #455086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455086; }

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

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

background-color css

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

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

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

border-color css

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

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

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