Html Css Color HEX #44656E Smalt Blue

📋 copy color: '#44656E'

red 68 ◦ green 101 ◦ blue 110

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

Shades of Smalt Blue #44656E

Tints of Smalt Blue #44656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 24.37%
G = 36.2%
B = 39.43%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44656E (or 0x44656E) is known color: Smalt Blue. HEX triplet: 44, 65 and 6E. RGB value is (68,101,110). Sum of RGB (Red+Green+Blue) = 68+101+110=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #44656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44656E is #BB9A91. Grayscale: #5C5C5C. Windows color (decimal): -12294802 or 7234884. OLE color: 7234884.

HSL color Cylindrical-coordinate representation of color #44656E: hue angle of 192.86º degrees, saturation: 0.24, 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 #44656E is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 101 110 -
CMYK 0.38 0.08 0 0.57
HSL 192.86º 0.24% 0.35% -
HSV(B) 192.86º 0.38% 0.43% -
XYZ 9.85 11.66 16.48 -
YUV 92.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 68 101 110 0.38 0.08 0 0.57 192.86 0.24 0.35
Hex 44 65 6E 26 8 0 39 C1 18 23
Octal 104 145 156 46 10 0 71 301 30 43
Binary 1000100 1100101 1101110 100110 1000 0 111001 11000001 11000 100011

Color Harmonies of #44656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44656E

Black with #44656E

Text Example


Text Example

White with #44656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44656E; }

 p { color: rgb(68,101,110); }

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

background-color css

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

 a { background-color: rgb(68,101,110); }

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

border-color css

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

 span { border-color: rgb(68,101,110); }

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