Html Css Color HEX #496062 Smalt Blue

📋 copy color: '#496062'

red 73 ◦ green 96 ◦ blue 98

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

Shades of Smalt Blue #496062

Tints of Smalt Blue #496062

RGB

 RED value IS 73 (28.91% from 255) = 27.34%

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 98 (38.67% from 255) = 36.7%

R = 27.34%
G = 35.96%
B = 36.7%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#496062 (or 0x496062) is known color: Smalt Blue. HEX triplet: 49, 60 and 62. RGB value is (73,96,98). Sum of RGB (Red+Green+Blue) = 73+96+98=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #496062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496062 is #B69F9D. Grayscale: #595959. Windows color (decimal): -11968414 or 6447177. OLE color: 6447177.

HSL color Cylindrical-coordinate representation of color #496062: hue angle of 184.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496062 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 98 -
CMYK 0.26 0.02 0 0.62
HSL 184.8º 0.15% 0.34% -
HSV(B) 184.8º 0.26% 0.38% -
XYZ 9.14 10.66 13.13 -
YUV 89.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 73 96 98 0.26 0.02 0 0.62 184.8 0.15 0.34
Hex 49 60 62 1A 2 0 3E B9 F 22
Octal 111 140 142 32 2 0 76 271 17 42
Binary 1001001 1100000 1100010 11010 10 0 111110 10111001 1111 100010

Color Harmonies of #496062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496062

Black with #496062

Text Example


Text Example

White with #496062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496062; }

 p { color: rgb(73,96,98); }

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

background-color css

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

 a { background-color: rgb(73,96,98); }

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

border-color css

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

 span { border-color: rgb(73,96,98); }

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