Html Css Color HEX #48646D Smalt Blue

📋 copy color: '#48646D'

red 72 ◦ green 100 ◦ blue 109

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

Shades of Smalt Blue #48646D

Tints of Smalt Blue #48646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 25.62%
G = 35.59%
B = 38.79%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48646D (or 0x48646D) is known color: Smalt Blue. HEX triplet: 48, 64 and 6D. RGB value is (72,100,109). Sum of RGB (Red+Green+Blue) = 72+100+109=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #48646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48646D is #B79B92. Grayscale: #5C5C5C. Windows color (decimal): -12032915 or 7169096. OLE color: 7169096.

HSL color Cylindrical-coordinate representation of color #48646D: hue angle of 194.59º 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 #48646D is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 100 109 -
CMYK 0.34 0.08 0 0.57
HSL 194.59º 0.2% 0.35% -
HSV(B) 194.59º 0.34% 0.43% -
XYZ 9.99 11.6 16.18 -
YUV 92.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 72 100 109 0.34 0.08 0 0.57 194.59 0.2 0.35
Hex 48 64 6D 22 8 0 39 C3 14 23
Octal 110 144 155 42 10 0 71 303 24 43
Binary 1001000 1100100 1101101 100010 1000 0 111001 11000011 10100 100011

Color Harmonies of #48646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48646D

Black with #48646D

Text Example


Text Example

White with #48646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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