#466670

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

Shades of Smalt Blue #466670

Tints of Smalt Blue #466670

Color information

#466670 (or 0x466670) is unknown color: approx Smalt Blue. HEX triplet: 46, 66 and 70. RGB value is (70,102,112). Sum of RGB (Red+Green+Blue) = 70+102+112=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #466670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466670 is #B9998F. Grayscale: #5D5D5D. Windows color (decimal): -12163472 or 7366214. OLE color: 7366214.

HSL color Cylindrical-coordinate representation of color #466670: hue angle of 194.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466670 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70102112-
CMYK0.380.0900.56
HSL194.29º23.08%35.69%-
HSV(B)194.29º37.5%43.92%-
XYZ10.211.9717.1-
YUV93.57138.4111.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=24.65%
G=35.92%
B=39.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701021120.380.0900.56194.2923.0835.69
Hex466670269038c21724
Octal10614616046110703022744
Binary100011011001101110000100110100101110001100001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466670; }

 p { color: rgb(70,102,112); }

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

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

 a { background-color: rgb(70,102,112); }

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

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

 span { border-color: rgb(70,102,112); }

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