Html Css Color HEX #455792 Tory Blue

📋 copy color: '#455792'

red 69 ◦ green 87 ◦ blue 146

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

Shades of Tory Blue #455792

Tints of Tory Blue #455792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 22.85%
G = 28.81%
B = 48.34%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#455792 (or 0x455792) is known color: Tory Blue. HEX triplet: 45, 57 and 92. RGB value is (69,87,146). Sum of RGB (Red+Green+Blue) = 69+87+146=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #455792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455792 is #BAA86D. Grayscale: #585858. Windows color (decimal): -12232814 or 9590597. OLE color: 9590597.

HSL color Cylindrical-coordinate representation of color #455792: hue angle of 225.97º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455792 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 87 146 -
CMYK 0.53 0.40 0 0.43
HSL 225.97º 0.36% 0.42% -
HSV(B) 225.97º 0.53% 0.57% -
XYZ 11.05 10.16 28.57 -
YUV 88.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 69 87 146 0.53 0.40 0 0.43 225.97 0.36 0.42
Hex 45 57 92 35 28 0 2B E2 24 2A
Octal 105 127 222 65 50 0 53 342 44 52
Binary 1000101 1010111 10010010 110101 101000 0 101011 11100010 100100 101010

Color Harmonies of #455792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455792

Black with #455792

Text Example


Text Example

White with #455792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455792; }

 p { color: rgb(69,87,146); }

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

background-color css

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

 a { background-color: rgb(69,87,146); }

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

border-color css

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

 span { border-color: rgb(69,87,146); }

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