Html Css Color HEX #46636C Smalt Blue

📋 copy color: '#46636C'

red 70 ◦ green 99 ◦ blue 108

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

Shades of Smalt Blue #46636C

Tints of Smalt Blue #46636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 25.27%
G = 35.74%
B = 38.99%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46636C (or 0x46636C) is known color: Smalt Blue. HEX triplet: 46, 63 and 6C. RGB value is (70,99,108). Sum of RGB (Red+Green+Blue) = 70+99+108=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #46636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46636C is #B99C93. Grayscale: #5B5B5B. Windows color (decimal): -12164244 or 7103302. OLE color: 7103302.

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

Color convert

RGB 70 99 108 -
CMYK 0.35 0.08 0 0.58
HSL 194.21º 0.21% 0.35% -
HSV(B) 194.21º 0.35% 0.42% -
XYZ 9.69 11.31 15.86 -
YUV 91.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 70 99 108 0.35 0.08 0 0.58 194.21 0.21 0.35
Hex 46 63 6C 23 8 0 3A C2 15 23
Octal 106 143 154 43 10 0 72 302 25 43
Binary 1000110 1100011 1101100 100011 1000 0 111010 11000010 10101 100011

Color Harmonies of #46636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46636C

Black with #46636C

Text Example


Text Example

White with #46636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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