Html Css Color HEX #46616C Smalt Blue

📋 copy color: '#46616C'

red 70 ◦ green 97 ◦ blue 108

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

Shades of Smalt Blue #46616C

Tints of Smalt Blue #46616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 25.45%
G = 35.27%
B = 39.27%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46616C (or 0x46616C) is known color: Smalt Blue. HEX triplet: 46, 61 and 6C. RGB value is (70,97,108). Sum of RGB (Red+Green+Blue) = 70+97+108=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #46616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46616C is #B99E93. Grayscale: #5A5A5A. Windows color (decimal): -12164756 or 7102790. OLE color: 7102790.

HSL color Cylindrical-coordinate representation of color #46616C: hue angle of 197.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46616C is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 97 108 -
CMYK 0.35 0.10 0 0.58
HSL 197.37º 0.21% 0.35% -
HSV(B) 197.37º 0.35% 0.42% -
XYZ 9.51 10.93 15.8 -
YUV 90.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 70 97 108 0.35 0.10 0 0.58 197.37 0.21 0.35
Hex 46 61 6C 23 A 0 3A C5 15 23
Octal 106 141 154 43 12 0 72 305 25 43
Binary 1000110 1100001 1101100 100011 1010 0 111010 11000101 10101 100011

Color Harmonies of #46616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46616C

Black with #46616C

Text Example


Text Example

White with #46616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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