Html Css Color HEX #445184 Tory Blue

📋 copy color: '#445184'

red 68 ◦ green 81 ◦ blue 132

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

Shades of Tory Blue #445184

Tints of Tory Blue #445184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 132 (51.95% from 255) = 46.98%

R = 24.2%
G = 28.83%
B = 46.98%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#445184 (or 0x445184) is known color: Tory Blue. HEX triplet: 44, 51 and 84. RGB value is (68,81,132). Sum of RGB (Red+Green+Blue) = 68+81+132=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #445184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445184 is #BBAE7B. Grayscale: #525252. Windows color (decimal): -12299900 or 8671556. OLE color: 8671556.

HSL color Cylindrical-coordinate representation of color #445184: hue angle of 227.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445184 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 81 132 -
CMYK 0.48 0.39 0 0.48
HSL 227.81º 0.32% 0.39% -
HSV(B) 227.81º 0.48% 0.52% -
XYZ 9.49 8.78 23.02 -
YUV 82.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 68 81 132 0.48 0.39 0 0.48 227.81 0.32 0.39
Hex 44 51 84 30 27 0 30 E4 20 27
Octal 104 121 204 60 47 0 60 344 40 47
Binary 1000100 1010001 10000100 110000 100111 0 110000 11100100 100000 100111

Color Harmonies of #445184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445184

Black with #445184

Text Example


Text Example

White with #445184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445184; }

 p { color: rgb(68,81,132); }

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

background-color css

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

 a { background-color: rgb(68,81,132); }

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

border-color css

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

 span { border-color: rgb(68,81,132); }

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