#466368

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

Shades of Smalt Blue #466368

Tints of Smalt Blue #466368

Color information

#466368 (or 0x466368) is unknown color: approx Smalt Blue. HEX triplet: 46, 63 and 68. RGB value is (70,99,104). Sum of RGB (Red+Green+Blue) = 70+99+104=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #466368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466368 is #B99C97. Grayscale: #5A5A5A. Windows color (decimal): -12164248 or 6841158. OLE color: 6841158.

HSL color Cylindrical-coordinate representation of color #466368: hue angle of 188.82º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466368 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7099104-
CMYK0.330.0500.59
HSL188.82º19.54%34.12%-
HSV(B)188.82º32.69%40.78%-
XYZ9.4911.2314.76-
YUV90.9135.39113.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=25.64%
G=36.26%
B=38.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70991040.330.0500.59188.8219.5434.12
Hex46636821503Bbd1422
Octal1061431504150732752442
Binary10001101100011110100010000110101110111011110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466368; }

 p { color: rgb(70,99,104); }

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

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

 a { background-color: rgb(70,99,104); }

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

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

 span { border-color: rgb(70,99,104); }

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