Html Css Color HEX #46646E Smalt Blue

📋 copy color: '#46646E'

red 70 ◦ green 100 ◦ blue 110

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

Shades of Smalt Blue #46646E

Tints of Smalt Blue #46646E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 25%
G = 35.71%
B = 39.29%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46646E (or 0x46646E) is known color: Smalt Blue. HEX triplet: 46, 64 and 6E. RGB value is (70,100,110). Sum of RGB (Red+Green+Blue) = 70+100+110=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #46646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46646E is #B99B91. Grayscale: #5C5C5C. Windows color (decimal): -12163986 or 7234630. OLE color: 7234630.

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

Color convert

RGB 70 100 110 -
CMYK 0.36 0.09 0 0.57
HSL 195º 0.22% 0.35% -
HSV(B) 195º 0.36% 0.43% -
XYZ 9.9 11.54 16.46 -
YUV 92.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 70 100 110 0.36 0.09 0 0.57 195 0.22 0.35
Hex 46 64 6E 24 9 0 39 C3 16 23
Octal 106 144 156 44 11 0 71 303 26 43
Binary 1000110 1100100 1101110 100100 1001 0 111001 11000011 10110 100011

Color Harmonies of #46646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46646E

Black with #46646E

Text Example


Text Example

White with #46646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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