#42646F

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

Shades of Smalt Blue #42646F

Tints of Smalt Blue #42646F

Color information

#42646F (or 0x42646F) is unknown color: approx Smalt Blue. HEX triplet: 42, 64 and 6F. RGB value is (66,100,111). Sum of RGB (Red+Green+Blue) = 66+100+111=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #42646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42646F is #BD9B90. Grayscale: #5B5B5B. Windows color (decimal): -12426129 or 7300162. OLE color: 7300162.

HSL color Cylindrical-coordinate representation of color #42646F: hue angle of 194.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42646F is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB66100111-
CMYK0.410.1000.56
HSL194.67º25.42%34.71%-
HSV(B)194.67º40.54%43.53%-
XYZ9.6711.4216.73-
YUV91.09139.24110.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=23.83%
G=36.10%
B=40.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661001110.410.1000.56194.6725.4234.71
Hex42646F29A038c31923
Octal10214415751120703033143
Binary100001011001001101111101001101001110001100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42646F; }

 p { color: rgb(66,100,111); }

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

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

 a { background-color: rgb(66,100,111); }

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

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

 span { border-color: rgb(66,100,111); }

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