#446670

Color #446670 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #446670

Tints of Smalt Blue #446670

Color information

#446670 (or 0x446670) is unknown color: approx Smalt Blue. HEX triplet: 44, 66 and 70. RGB value is (68,102,112). Sum of RGB (Red+Green+Blue) = 68+102+112=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #446670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446670 is #BB998F. Grayscale: #5C5C5C. Windows color (decimal): -12294544 or 7366212. OLE color: 7366212.

HSL color Cylindrical-coordinate representation of color #446670: hue angle of 193.64º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446670 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68102112-
CMYK0.390.0900.56
HSL193.64º24.44%35.29%-
HSV(B)193.64º39.29%43.92%-
XYZ10.0611.917.1-
YUV92.97138.74110.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=24.11%
G=36.17%
B=39.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681021120.390.0900.56193.6424.4435.29
Hex446670279038c21823
Octal10414616047110703023043
Binary100010011001101110000100111100101110001100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446670; }

 p { color: rgb(68,102,112); }

 H1.HeaderClassName
 {
   color: #446670;
 }
 .AnyTagClassName
 {
   color: #446670;
 }
</style>
background-color css

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

 a { background-color: rgb(68,102,112); }

 div.DivClassName
 {
   background-color: #446670;
 }
 .BgClassName
 {
   background-color: #446670;
 }
</style>
border-color css

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

 span { border-color: rgb(68,102,112); }

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