#446066

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

Shades of Smalt Blue #446066

Tints of Smalt Blue #446066

Color information

#446066 (or 0x446066) is unknown color: approx Smalt Blue. HEX triplet: 44, 60 and 66. RGB value is (68,96,102). Sum of RGB (Red+Green+Blue) = 68+96+102=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #446066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446066 is #BB9F99. Grayscale: #585858. Windows color (decimal): -12296090 or 6709316. OLE color: 6709316.

HSL color Cylindrical-coordinate representation of color #446066: hue angle of 190.59º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446066 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6896102-
CMYK0.330.0600.6
HSL190.59º20%33.33%-
HSV(B)190.59º33.33%40%-
XYZ8.9710.5514.13-
YUV88.31135.72113.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=25.56%
G=36.09%
B=38.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68961020.330.0600.6190.592033.33
Hex44606621603Cbf1421
Octal1041401464160742772441
Binary10001001100000110011010000111001111001011111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446066; }

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

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

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

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

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

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

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

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