Html Css Color HEX #48656C Smalt Blue

📋 copy color: '#48656C'

red 72 ◦ green 101 ◦ blue 108

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

Shades of Smalt Blue #48656C

Tints of Smalt Blue #48656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 25.62%
G = 35.94%
B = 38.43%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48656C (or 0x48656C) is known color: Smalt Blue. HEX triplet: 48, 65 and 6C. RGB value is (72,101,108). Sum of RGB (Red+Green+Blue) = 72+101+108=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #48656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48656C is #B79A93. Grayscale: #5D5D5D. Windows color (decimal): -12032660 or 7103816. OLE color: 7103816.

HSL color Cylindrical-coordinate representation of color #48656C: hue angle of 191.67º 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 #48656C is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 101 108 -
CMYK 0.33 0.06 0 0.58
HSL 191.67º 0.2% 0.35% -
HSV(B) 191.67º 0.33% 0.42% -
XYZ 10.03 11.77 15.93 -
YUV 93.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 72 101 108 0.33 0.06 0 0.58 191.67 0.2 0.35
Hex 48 65 6C 21 6 0 3A C0 14 23
Octal 110 145 154 41 6 0 72 300 24 43
Binary 1001000 1100101 1101100 100001 110 0 111010 11000000 10100 100011

Color Harmonies of #48656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48656C

Black with #48656C

Text Example


Text Example

White with #48656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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