#42606C

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

Shades of Smalt Blue #42606C

Tints of Smalt Blue #42606C

Color information

#42606C (or 0x42606C) is unknown color: approx Smalt Blue. HEX triplet: 42, 60 and 6C. RGB value is (66,96,108). Sum of RGB (Red+Green+Blue) = 66+96+108=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #42606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42606C is #BD9F93. Grayscale: #585858. Windows color (decimal): -12427156 or 7102530. OLE color: 7102530.

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

Color convert

RGB6696108-
CMYK0.390.1100.58
HSL197.14º24.14%34.12%-
HSV(B)197.14º38.89%42.35%-
XYZ9.1410.6115.75-
YUV88.4139.06112.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 108 (42.58% from 255) = 40%
R=24.44%
G=35.56%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66961080.390.1100.58197.1424.1434.12
Hex42606C27B03Ac51822
Octal10214015447130723053042
Binary100001011000001101100100111101101110101100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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