Html Css Color HEX #445592 Tory Blue

📋 copy color: '#445592'

red 68 ◦ green 85 ◦ blue 146

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

Shades of Tory Blue #445592

Tints of Tory Blue #445592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 22.74%
G = 28.43%
B = 48.83%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445592 (or 0x445592) is known color: Tory Blue. HEX triplet: 44, 55 and 92. RGB value is (68,85,146). Sum of RGB (Red+Green+Blue) = 68+85+146=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #445592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445592 is #BBAA6D. Grayscale: #565656. Windows color (decimal): -12298862 or 9590084. OLE color: 9590084.

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

Color convert

RGB 68 85 146 -
CMYK 0.53 0.42 0 0.43
HSL 226.92º 0.36% 0.42% -
HSV(B) 226.92º 0.53% 0.57% -
XYZ 10.82 9.8 28.52 -
YUV 86.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 68 85 146 0.53 0.42 0 0.43 226.92 0.36 0.42
Hex 44 55 92 35 2A 0 2B E3 24 2A
Octal 104 125 222 65 52 0 53 343 44 52
Binary 1000100 1010101 10010010 110101 101010 0 101011 11100011 100100 101010

Color Harmonies of #445592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445592

Black with #445592

Text Example


Text Example

White with #445592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445592; }

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

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

background-color css

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

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

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

border-color css

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

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

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