#42606B

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

Shades of Smalt Blue #42606B

Tints of Smalt Blue #42606B

Color information

#42606B (or 0x42606B) is unknown color: approx Smalt Blue. HEX triplet: 42, 60 and 6B. RGB value is (66,96,107). Sum of RGB (Red+Green+Blue) = 66+96+107=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #42606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42606B is #BD9F94. Grayscale: #585858. Windows color (decimal): -12427157 or 7036994. OLE color: 7036994.

HSL color Cylindrical-coordinate representation of color #42606B: hue angle of 196.1º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42606B is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6696107-
CMYK0.380.1000.58
HSL196.1º23.7%33.92%-
HSV(B)196.1º38.32%41.96%-
XYZ9.0810.5915.47-
YUV88.28138.56112.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=24.54%
G=35.69%
B=39.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66961070.380.1000.58196.123.733.92
Hex42606B26A03Ac41822
Octal10214015346120723043042
Binary100001011000001101011100110101001110101100010011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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