Html Css Color HEX #445E60 Smalt Blue

📋 copy color: '#445E60'

red 68 ◦ green 94 ◦ blue 96

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

Shades of Smalt Blue #445E60

Tints of Smalt Blue #445E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.43%

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 26.36%
G = 36.43%
B = 37.21%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445E60 (or 0x445E60) is known color: Smalt Blue. HEX triplet: 44, 5E and 60. RGB value is (68,94,96). Sum of RGB (Red+Green+Blue) = 68+94+96=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #445E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E60 is #BBA19F. Grayscale: #565656. Windows color (decimal): -12296608 or 6315588. OLE color: 6315588.

HSL color Cylindrical-coordinate representation of color #445E60: hue angle of 184.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445E60 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 94 96 -
CMYK 0.29 0.02 0 0.62
HSL 184.29º 0.17% 0.32% -
HSV(B) 184.29º 0.29% 0.38% -
XYZ 8.5 10.08 12.56 -
YUV 86.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 68 94 96 0.29 0.02 0 0.62 184.29 0.17 0.32
Hex 44 5E 60 1D 2 0 3E B8 11 20
Octal 104 136 140 35 2 0 76 270 21 40
Binary 1000100 1011110 1100000 11101 10 0 111110 10111000 10001 100000

Color Harmonies of #445E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E60

Black with #445E60

Text Example


Text Example

White with #445E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445E60; }

 p { color: rgb(68,94,96); }

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

background-color css

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

 a { background-color: rgb(68,94,96); }

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

border-color css

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

 span { border-color: rgb(68,94,96); }

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