#42616C

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

Shades of Smalt Blue #42616C

Tints of Smalt Blue #42616C

Color information

#42616C (or 0x42616C) is unknown color: approx Smalt Blue. HEX triplet: 42, 61 and 6C. RGB value is (66,97,108). Sum of RGB (Red+Green+Blue) = 66+97+108=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #42616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42616C is #BD9E93. Grayscale: #585858. Windows color (decimal): -12426900 or 7102786. OLE color: 7102786.

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

Color convert

RGB6697108-
CMYK0.390.1000.58
HSL195.71º24.14%34.12%-
HSV(B)195.71º38.89%42.35%-
XYZ9.2310.7915.78-
YUV88.98138.73111.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=24.35%
G=35.79%
B=39.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66971080.390.1000.58195.7124.1434.12
Hex42616C27A03Ac41822
Octal10214115447120723043042
Binary100001011000011101100100111101001110101100010011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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