#42656F

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

Shades of Smalt Blue #42656F

Tints of Smalt Blue #42656F

Color information

#42656F (or 0x42656F) is unknown color: approx Smalt Blue. HEX triplet: 42, 65 and 6F. RGB value is (66,101,111). Sum of RGB (Red+Green+Blue) = 66+101+111=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #42656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42656F is #BD9A90. Grayscale: #5B5B5B. Windows color (decimal): -12425873 or 7300418. OLE color: 7300418.

HSL color Cylindrical-coordinate representation of color #42656F: hue angle of 193.33º 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 #42656F is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB66101111-
CMYK0.410.0900.56
HSL193.33º25.42%34.71%-
HSV(B)193.33º40.54%43.53%-
XYZ9.7711.6116.77-
YUV91.68138.9109.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=23.74%
G=36.33%
B=39.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661011110.410.0900.56193.3325.4234.71
Hex42656F299038c11923
Octal10214515751110703013143
Binary100001011001011101111101001100101110001100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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