Html Css Color HEX #496369 Smalt Blue

📋 copy color: '#496369'

red 73 ◦ green 99 ◦ blue 105

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

Shades of Smalt Blue #496369

Tints of Smalt Blue #496369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.91%

R = 26.35%
G = 35.74%
B = 37.91%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#496369 (or 0x496369) is known color: Smalt Blue. HEX triplet: 49, 63 and 69. RGB value is (73,99,105). Sum of RGB (Red+Green+Blue) = 73+99+105=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #496369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496369 is #B69C96. Grayscale: #5B5B5B. Windows color (decimal): -11967639 or 6906697. OLE color: 6906697.

HSL color Cylindrical-coordinate representation of color #496369: hue angle of 191.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496369 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 99 105 -
CMYK 0.30 0.06 0 0.59
HSL 191.25º 0.18% 0.35% -
HSV(B) 191.25º 0.3% 0.41% -
XYZ 9.76 11.36 15.04 -
YUV 91.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 73 99 105 0.30 0.06 0 0.59 191.25 0.18 0.35
Hex 49 63 69 1E 6 0 3B BF 12 23
Octal 111 143 151 36 6 0 73 277 22 43
Binary 1001001 1100011 1101001 11110 110 0 111011 10111111 10010 100011

Color Harmonies of #496369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496369

Black with #496369

Text Example


Text Example

White with #496369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496369; }

 p { color: rgb(73,99,105); }

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

background-color css

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

 a { background-color: rgb(73,99,105); }

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

border-color css

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

 span { border-color: rgb(73,99,105); }

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