Html Css Color HEX #48616C Smalt Blue

📋 copy color: '#48616C'

red 72 ◦ green 97 ◦ blue 108

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

Shades of Smalt Blue #48616C

Tints of Smalt Blue #48616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

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

R = 25.99%
G = 35.02%
B = 38.99%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48616C (or 0x48616C) is known color: Smalt Blue. HEX triplet: 48, 61 and 6C. RGB value is (72,97,108). Sum of RGB (Red+Green+Blue) = 72+97+108=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #48616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48616C is #B79E93. Grayscale: #5A5A5A. Windows color (decimal): -12033684 or 7102792. OLE color: 7102792.

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

Color convert

RGB 72 97 108 -
CMYK 0.33 0.10 0 0.58
HSL 198.33º 0.2% 0.35% -
HSV(B) 198.33º 0.33% 0.42% -
XYZ 9.65 11.01 15.8 -
YUV 90.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 72 97 108 0.33 0.10 0 0.58 198.33 0.2 0.35
Hex 48 61 6C 21 A 0 3A C6 14 23
Octal 110 141 154 41 12 0 72 306 24 43
Binary 1001000 1100001 1101100 100001 1010 0 111010 11000110 10100 100011

Color Harmonies of #48616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48616C

Black with #48616C

Text Example


Text Example

White with #48616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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