Html Css Color HEX #445484 Tory Blue

📋 copy color: '#445484'

red 68 ◦ green 84 ◦ blue 132

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

Shades of Tory Blue #445484

Tints of Tory Blue #445484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 23.94%
G = 29.58%
B = 46.48%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#445484 (or 0x445484) is known color: Tory Blue. HEX triplet: 44, 54 and 84. RGB value is (68,84,132). Sum of RGB (Red+Green+Blue) = 68+84+132=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #445484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445484 is #BBAB7B. Grayscale: #545454. Windows color (decimal): -12299132 or 8672324. OLE color: 8672324.

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

Color convert

RGB 68 84 132 -
CMYK 0.48 0.36 0 0.48
HSL 225º 0.32% 0.39% -
HSV(B) 225º 0.48% 0.52% -
XYZ 9.72 9.24 23.1 -
YUV 84.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 68 84 132 0.48 0.36 0 0.48 225 0.32 0.39
Hex 44 54 84 30 24 0 30 E1 20 27
Octal 104 124 204 60 44 0 60 341 40 47
Binary 1000100 1010100 10000100 110000 100100 0 110000 11100001 100000 100111

Color Harmonies of #445484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445484

Black with #445484

Text Example


Text Example

White with #445484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445484; }

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

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

background-color css

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

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

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

border-color css

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

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

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