Html Css Color HEX #46646C Smalt Blue

📋 copy color: '#46646C'

red 70 ◦ green 100 ◦ blue 108

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

Shades of Smalt Blue #46646C

Tints of Smalt Blue #46646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 25.18%
G = 35.97%
B = 38.85%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46646C (or 0x46646C) is known color: Smalt Blue. HEX triplet: 46, 64 and 6C. RGB value is (70,100,108). Sum of RGB (Red+Green+Blue) = 70+100+108=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #46646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46646C is #B99B93. Grayscale: #5B5B5B. Windows color (decimal): -12163988 or 7103558. OLE color: 7103558.

HSL color Cylindrical-coordinate representation of color #46646C: hue angle of 192.63º 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 #46646C is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 100 108 -
CMYK 0.35 0.07 0 0.58
HSL 192.63º 0.21% 0.35% -
HSV(B) 192.63º 0.35% 0.42% -
XYZ 9.79 11.5 15.89 -
YUV 91.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 70 100 108 0.35 0.07 0 0.58 192.63 0.21 0.35
Hex 46 64 6C 23 7 0 3A C1 15 23
Octal 106 144 154 43 7 0 72 301 25 43
Binary 1000110 1100100 1101100 100011 111 0 111010 11000001 10101 100011

Color Harmonies of #46646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46646C

Black with #46646C

Text Example


Text Example

White with #46646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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