#465C5E

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

Shades of Smalt Blue #465C5E

Tints of Smalt Blue #465C5E

Color information

#465C5E (or 0x465C5E) is unknown color: approx Smalt Blue. HEX triplet: 46, 5C and 5E. RGB value is (70,92,94). Sum of RGB (Red+Green+Blue) = 70+92+94=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 94 - color contains mainly: blue. Hex color #465C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C5E is #B9A3A1. Grayscale: #555555. Windows color (decimal): -12166050 or 6184006. OLE color: 6184006.

HSL color Cylindrical-coordinate representation of color #465C5E: hue angle of 185º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465C5E is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB709294-
CMYK0.260.0200.63
HSL185º14.63%32.16%-
HSV(B)185º25.53%36.86%-
XYZ8.379.7612.03-
YUV85.65132.71116.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=27.34%
G=35.94%
B=36.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7092940.260.0200.6318514.6332.16
Hex465C5E1A203Fb9f20
Octal1061341363220772711740
Binary10001101011100101111011010100111111101110011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465C5E; }

 p { color: rgb(70,92,94); }

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

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

 a { background-color: rgb(70,92,94); }

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

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

 span { border-color: rgb(70,92,94); }

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