#42606A

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

Shades of Smalt Blue #42606A

Tints of Smalt Blue #42606A

Color information

#42606A (or 0x42606A) is unknown color: approx Smalt Blue. HEX triplet: 42, 60 and 6A. RGB value is (66,96,106). Sum of RGB (Red+Green+Blue) = 66+96+106=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #42606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42606A is #BD9F95. Grayscale: #585858. Windows color (decimal): -12427158 or 6971458. OLE color: 6971458.

HSL color Cylindrical-coordinate representation of color #42606A: hue angle of 195º degrees, saturation: 0.23, 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 #42606A is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6696106-
CMYK0.380.0900.58
HSL195º23.26%33.73%-
HSV(B)195º37.74%41.57%-
XYZ9.0310.5615.2-
YUV88.17138.06112.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=24.63%
G=35.82%
B=39.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66961060.380.0900.5819523.2633.73
Hex42606A26903Ac31722
Octal10214015246110723032742
Binary100001011000001101010100110100101110101100001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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