Html Css Color HEX #496267 Smalt Blue

📋 copy color: '#496267'

red 73 ◦ green 98 ◦ blue 103

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

Shades of Smalt Blue #496267

Tints of Smalt Blue #496267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

 BLUE value IS 103 (40.63% from 255) = 37.59%

R = 26.64%
G = 35.77%
B = 37.59%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#496267 (or 0x496267) is known color: Smalt Blue. HEX triplet: 49, 62 and 67. RGB value is (73,98,103). Sum of RGB (Red+Green+Blue) = 73+98+103=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 103 - color contains mainly: blue. Hex color #496267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496267 is #B69D98. Grayscale: #5B5B5B. Windows color (decimal): -11967897 or 6775369. OLE color: 6775369.

HSL color Cylindrical-coordinate representation of color #496267: hue angle of 190º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496267 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 98 103 -
CMYK 0.29 0.05 0 0.60
HSL 190º 0.17% 0.35% -
HSV(B) 190º 0.29% 0.4% -
XYZ 9.56 11.13 14.48 -
YUV 91.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 73 98 103 0.29 0.05 0 0.60 190 0.17 0.35
Hex 49 62 67 1D 5 0 3C BE 11 23
Octal 111 142 147 35 5 0 74 276 21 43
Binary 1001001 1100010 1100111 11101 101 0 111100 10111110 10001 100011

Color Harmonies of #496267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496267

Black with #496267

Text Example


Text Example

White with #496267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496267; }

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

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

background-color css

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

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

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

border-color css

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

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

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