Html Css Color HEX #46616D Smalt Blue

📋 copy color: '#46616D'

red 70 ◦ green 97 ◦ blue 109

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

Shades of Smalt Blue #46616D

Tints of Smalt Blue #46616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

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

R = 25.36%
G = 35.14%
B = 39.49%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46616D (or 0x46616D) is known color: Smalt Blue. HEX triplet: 46, 61 and 6D. RGB value is (70,97,109). Sum of RGB (Red+Green+Blue) = 70+97+109=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #46616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46616D is #B99E92. Grayscale: #5A5A5A. Windows color (decimal): -12164755 or 7168326. OLE color: 7168326.

HSL color Cylindrical-coordinate representation of color #46616D: hue angle of 198.46º 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 #46616D is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 97 109 -
CMYK 0.36 0.11 0 0.57
HSL 198.46º 0.22% 0.35% -
HSV(B) 198.46º 0.36% 0.43% -
XYZ 9.56 10.96 16.08 -
YUV 90.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 70 97 109 0.36 0.11 0 0.57 198.46 0.22 0.35
Hex 46 61 6D 24 B 0 39 C6 16 23
Octal 106 141 155 44 13 0 71 306 26 43
Binary 1000110 1100001 1101101 100100 1011 0 111001 11000110 10110 100011

Color Harmonies of #46616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46616D

Black with #46616D

Text Example


Text Example

White with #46616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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