Html Css Color HEX #445E61 Smalt Blue

📋 copy color: '#445E61'

red 68 ◦ green 94 ◦ blue 97

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

Shades of Smalt Blue #445E61

Tints of Smalt Blue #445E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 26.25%
G = 36.29%
B = 37.45%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445E61 (or 0x445E61) is known color: Smalt Blue. HEX triplet: 44, 5E and 61. RGB value is (68,94,97). Sum of RGB (Red+Green+Blue) = 68+94+97=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #445E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E61 is #BBA19E. Grayscale: #565656. Windows color (decimal): -12296607 or 6381124. OLE color: 6381124.

HSL color Cylindrical-coordinate representation of color #445E61: hue angle of 186.21º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445E61 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 94 97 -
CMYK 0.30 0.03 0 0.62
HSL 186.21º 0.18% 0.32% -
HSV(B) 186.21º 0.3% 0.38% -
XYZ 8.54 10.1 12.81 -
YUV 86.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 68 94 97 0.30 0.03 0 0.62 186.21 0.18 0.32
Hex 44 5E 61 1E 3 0 3E BA 12 20
Octal 104 136 141 36 3 0 76 272 22 40
Binary 1000100 1011110 1100001 11110 11 0 111110 10111010 10010 100000

Color Harmonies of #445E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E61

Black with #445E61

Text Example


Text Example

White with #445E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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