Html Css Color HEX #44616D Smalt Blue

📋 copy color: '#44616D'

red 68 ◦ green 97 ◦ blue 109

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

Shades of Smalt Blue #44616D

Tints of Smalt Blue #44616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 24.82%
G = 35.4%
B = 39.78%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44616D (or 0x44616D) is known color: Smalt Blue. HEX triplet: 44, 61 and 6D. RGB value is (68,97,109). Sum of RGB (Red+Green+Blue) = 68+97+109=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #44616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44616D is #BB9E92. Grayscale: #595959. Windows color (decimal): -12295827 or 7168324. OLE color: 7168324.

HSL color Cylindrical-coordinate representation of color #44616D: hue angle of 197.56º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44616D is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 97 109 -
CMYK 0.38 0.11 0 0.57
HSL 197.56º 0.23% 0.35% -
HSV(B) 197.56º 0.38% 0.43% -
XYZ 9.42 10.88 16.07 -
YUV 89.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 68 97 109 0.38 0.11 0 0.57 197.56 0.23 0.35
Hex 44 61 6D 26 B 0 39 C6 17 23
Octal 104 141 155 46 13 0 71 306 27 43
Binary 1000100 1100001 1101101 100110 1011 0 111001 11000110 10111 100011

Color Harmonies of #44616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44616D

Black with #44616D

Text Example


Text Example

White with #44616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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