Html Css Color HEX #445392 Tory Blue

📋 copy color: '#445392'

red 68 ◦ green 83 ◦ blue 146

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

Shades of Tory Blue #445392

Tints of Tory Blue #445392

RGB

 RED value IS 68 (26.95% from 255) = 22.9%

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 22.9%
G = 27.95%
B = 49.16%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445392 (or 0x445392) is known color: Tory Blue. HEX triplet: 44, 53 and 92. RGB value is (68,83,146). Sum of RGB (Red+Green+Blue) = 68+83+146=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #445392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445392 is #BBAC6D. Grayscale: #555555. Windows color (decimal): -12299374 or 9589572. OLE color: 9589572.

HSL color Cylindrical-coordinate representation of color #445392: hue angle of 228.46º 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 #445392 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 83 146 -
CMYK 0.53 0.43 0 0.43
HSL 228.46º 0.36% 0.42% -
HSV(B) 228.46º 0.53% 0.57% -
XYZ 10.67 9.49 28.46 -
YUV 85.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 68 83 146 0.53 0.43 0 0.43 228.46 0.36 0.42
Hex 44 53 92 35 2B 0 2B E4 24 2A
Octal 104 123 222 65 53 0 53 344 44 52
Binary 1000100 1010011 10010010 110101 101011 0 101011 11100100 100100 101010

Color Harmonies of #445392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445392

Black with #445392

Text Example


Text Example

White with #445392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445392; }

 p { color: rgb(68,83,146); }

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

background-color css

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

 a { background-color: rgb(68,83,146); }

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

border-color css

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

 span { border-color: rgb(68,83,146); }

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