#42606D

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

Shades of Smalt Blue #42606D

Tints of Smalt Blue #42606D

Color information

#42606D (or 0x42606D) is unknown color: approx Smalt Blue. HEX triplet: 42, 60 and 6D. RGB value is (66,96,109). Sum of RGB (Red+Green+Blue) = 66+96+109=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #42606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42606D is #BD9F92. Grayscale: #585858. Windows color (decimal): -12427155 or 7168066. OLE color: 7168066.

HSL color Cylindrical-coordinate representation of color #42606D: hue angle of 198.14º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42606D is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6696109-
CMYK0.390.1200.57
HSL198.14º24.57%34.31%-
HSV(B)198.14º39.45%42.75%-
XYZ9.1910.6316.04-
YUV88.51139.56111.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=24.35%
G=35.42%
B=40.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66961090.390.1200.57198.1424.5734.31
Hex42606D27C039c61922
Octal10214015547140713063142
Binary100001011000001101101100111110001110011100011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42606D; }

 p { color: rgb(66,96,109); }

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

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

 a { background-color: rgb(66,96,109); }

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

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

 span { border-color: rgb(66,96,109); }

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