Html Css Color HEX #48636D Smalt Blue

📋 copy color: '#48636D'

red 72 ◦ green 99 ◦ blue 109

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

Shades of Smalt Blue #48636D

Tints of Smalt Blue #48636D

RGB

 RED value IS 72 (28.52% from 255) = 25.71%

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

 BLUE value IS 109 (42.97% from 255) = 38.93%

R = 25.71%
G = 35.36%
B = 38.93%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48636D (or 0x48636D) is known color: Smalt Blue. HEX triplet: 48, 63 and 6D. RGB value is (72,99,109). Sum of RGB (Red+Green+Blue) = 72+99+109=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #48636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48636D is #B79C92. Grayscale: #5B5B5B. Windows color (decimal): -12033171 or 7168840. OLE color: 7168840.

HSL color Cylindrical-coordinate representation of color #48636D: hue angle of 196.22º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48636D is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 99 109 -
CMYK 0.34 0.09 0 0.57
HSL 196.22º 0.2% 0.35% -
HSV(B) 196.22º 0.34% 0.43% -
XYZ 9.89 11.41 16.15 -
YUV 92.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 72 99 109 0.34 0.09 0 0.57 196.22 0.2 0.35
Hex 48 63 6D 22 9 0 39 C4 14 23
Octal 110 143 155 42 11 0 71 304 24 43
Binary 1001000 1100011 1101101 100010 1001 0 111001 11000100 10100 100011

Color Harmonies of #48636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48636D

Black with #48636D

Text Example


Text Example

White with #48636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48636D; }

 p { color: rgb(72,99,109); }

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

background-color css

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

 a { background-color: rgb(72,99,109); }

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

border-color css

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

 span { border-color: rgb(72,99,109); }

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