#446570

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

Shades of Smalt Blue #446570

Tints of Smalt Blue #446570

Color information

#446570 (or 0x446570) is unknown color: approx Smalt Blue. HEX triplet: 44, 65 and 70. RGB value is (68,101,112). Sum of RGB (Red+Green+Blue) = 68+101+112=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #446570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446570 is #BB9A8F. Grayscale: #5C5C5C. Windows color (decimal): -12294800 or 7365956. OLE color: 7365956.

HSL color Cylindrical-coordinate representation of color #446570: hue angle of 195º 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 #446570 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68101112-
CMYK0.390.1000.56
HSL195º24.44%35.29%-
HSV(B)195º39.29%43.92%-
XYZ9.9611.7117.06-
YUV92.39139.07110.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=24.20%
G=35.94%
B=39.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681011120.390.1000.5619524.4435.29
Hex44657027A038c31823
Octal10414516047120703033043
Binary100010011001011110000100111101001110001100001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446570; }

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

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

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

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

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

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

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

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