Html Css Color HEX #46646A Smalt Blue

📋 copy color: '#46646A'

red 70 ◦ green 100 ◦ blue 106

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

Shades of Smalt Blue #46646A

Tints of Smalt Blue #46646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 25.36%
G = 36.23%
B = 38.41%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46646A (or 0x46646A) is known color: Smalt Blue. HEX triplet: 46, 64 and 6A. RGB value is (70,100,106). Sum of RGB (Red+Green+Blue) = 70+100+106=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #46646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46646A is #B99B95. Grayscale: #5B5B5B. Windows color (decimal): -12163990 or 6972486. OLE color: 6972486.

HSL color Cylindrical-coordinate representation of color #46646A: hue angle of 190º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #46646A is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 100 106 -
CMYK 0.34 0.06 0 0.58
HSL 190º 0.2% 0.35% -
HSV(B) 190º 0.34% 0.42% -
XYZ 9.68 11.46 15.34 -
YUV 91.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 70 100 106 0.34 0.06 0 0.58 190 0.2 0.35
Hex 46 64 6A 22 6 0 3A BE 14 23
Octal 106 144 152 42 6 0 72 276 24 43
Binary 1000110 1100100 1101010 100010 110 0 111010 10111110 10100 100011

Color Harmonies of #46646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46646A

Black with #46646A

Text Example


Text Example

White with #46646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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