#40606A

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

Shades of Smalt Blue #40606A

Tints of Smalt Blue #40606A

Color information

#40606A (or 0x40606A) is unknown color: approx Smalt Blue. HEX triplet: 40, 60 and 6A. RGB value is (64,96,106). Sum of RGB (Red+Green+Blue) = 64+96+106=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #40606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40606A is #BF9F95. Grayscale: #575757. Windows color (decimal): -12558230 or 6971456. OLE color: 6971456.

HSL color Cylindrical-coordinate representation of color #40606A: hue angle of 194.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40606A is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6496106-
CMYK0.400.0900.58
HSL194.29º24.71%33.33%-
HSV(B)194.29º39.62%41.57%-
XYZ8.910.515.19-
YUV87.57138.4111.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=24.06%
G=36.09%
B=39.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64961060.400.0900.58194.2924.7133.33
Hex40606A28903Ac21921
Octal10014015250110723023141
Binary100000011000001101010101000100101110101100001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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