Html Css Color HEX #48646C Smalt Blue

📋 copy color: '#48646C'

red 72 ◦ green 100 ◦ blue 108

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

Shades of Smalt Blue #48646C

Tints of Smalt Blue #48646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 25.71%
G = 35.71%
B = 38.57%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48646C (or 0x48646C) is known color: Smalt Blue. HEX triplet: 48, 64 and 6C. RGB value is (72,100,108). Sum of RGB (Red+Green+Blue) = 72+100+108=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #48646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48646C is #B79B93. Grayscale: #5C5C5C. Windows color (decimal): -12032916 or 7103560. OLE color: 7103560.

HSL color Cylindrical-coordinate representation of color #48646C: hue angle of 193.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48646C is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 100 108 -
CMYK 0.33 0.07 0 0.58
HSL 193.33º 0.2% 0.35% -
HSV(B) 193.33º 0.33% 0.42% -
XYZ 9.94 11.57 15.9 -
YUV 92.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 72 100 108 0.33 0.07 0 0.58 193.33 0.2 0.35
Hex 48 64 6C 21 7 0 3A C1 14 23
Octal 110 144 154 41 7 0 72 301 24 43
Binary 1001000 1100100 1101100 100001 111 0 111010 11000001 10100 100011

Color Harmonies of #48646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48646C

Black with #48646C

Text Example


Text Example

White with #48646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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