#466268

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

Shades of Smalt Blue #466268

Tints of Smalt Blue #466268

Color information

#466268 (or 0x466268) is unknown color: approx Smalt Blue. HEX triplet: 46, 62 and 68. RGB value is (70,98,104). Sum of RGB (Red+Green+Blue) = 70+98+104=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #466268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466268 is #B99D97. Grayscale: #5A5A5A. Windows color (decimal): -12164504 or 6840902. OLE color: 6840902.

HSL color Cylindrical-coordinate representation of color #466268: hue angle of 190.59º 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 #466268 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7098104-
CMYK0.330.0600.59
HSL190.59º19.54%34.12%-
HSV(B)190.59º32.69%40.78%-
XYZ9.3911.0414.73-
YUV90.31135.72113.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=25.74%
G=36.03%
B=38.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70981040.330.0600.59190.5919.5434.12
Hex46626821603Bbf1422
Octal1061421504160732772442
Binary10001101100010110100010000111001110111011111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466268; }

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

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

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

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

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

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

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

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