Html Css Color HEX #44616E Smalt Blue

📋 copy color: '#44616E'

red 68 ◦ green 97 ◦ blue 110

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

Shades of Smalt Blue #44616E

Tints of Smalt Blue #44616E

RGB

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

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

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

R = 24.73%
G = 35.27%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44616E (or 0x44616E) is known color: Smalt Blue. HEX triplet: 44, 61 and 6E. RGB value is (68,97,110). Sum of RGB (Red+Green+Blue) = 68+97+110=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #44616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44616E is #BB9E91. Grayscale: #595959. Windows color (decimal): -12295826 or 7233860. OLE color: 7233860.

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

Color convert

RGB 68 97 110 -
CMYK 0.38 0.12 0 0.57
HSL 198.57º 0.24% 0.35% -
HSV(B) 198.57º 0.38% 0.43% -
XYZ 9.47 10.9 16.36 -
YUV 89.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 68 97 110 0.38 0.12 0 0.57 198.57 0.24 0.35
Hex 44 61 6E 26 C 0 39 C7 18 23
Octal 104 141 156 46 14 0 71 307 30 43
Binary 1000100 1100001 1101110 100110 1100 0 111001 11000111 11000 100011

Color Harmonies of #44616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44616E

Black with #44616E

Text Example


Text Example

White with #44616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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