Html Css Color HEX #46656D Smalt Blue

📋 copy color: '#46656D'

red 70 ◦ green 101 ◦ blue 109

#46656D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #46656D

Tints of Smalt Blue #46656D

RGB

 RED value IS 70 (27.73% from 255) = 25%

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 109 (42.97% from 255) = 38.93%

R = 25%
G = 36.07%
B = 38.93%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46656D (or 0x46656D) is known color: Smalt Blue. HEX triplet: 46, 65 and 6D. RGB value is (70,101,109). Sum of RGB (Red+Green+Blue) = 70+101+109=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #46656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46656D is #B99A92. Grayscale: #5C5C5C. Windows color (decimal): -12163731 or 7169350. OLE color: 7169350.

HSL color Cylindrical-coordinate representation of color #46656D: hue angle of 192.31º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46656D is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 101 109 -
CMYK 0.36 0.07 0 0.57
HSL 192.31º 0.22% 0.35% -
HSV(B) 192.31º 0.36% 0.43% -
XYZ 9.94 11.71 16.21 -
YUV 92.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 70 101 109 0.36 0.07 0 0.57 192.31 0.22 0.35
Hex 46 65 6D 24 7 0 39 C0 16 23
Octal 106 145 155 44 7 0 71 300 26 43
Binary 1000110 1100101 1101101 100100 111 0 111001 11000000 10110 100011

Color Harmonies of #46656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46656D

Black with #46656D

Text Example


Text Example

White with #46656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46656D; }

 p { color: rgb(70,101,109); }

 H1.HeaderClassName
 {
   color: #46656D;
 }
 .AnyTagClassName
 {
   color: #46656D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,101,109); }

 div.DivClassName
 {
   background-color: #46656D;
 }
 .BgClassName
 {
   background-color: #46656D;
 }
</style>

border-color css

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

 span { border-color: rgb(70,101,109); }

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