Html Css Color HEX #48636C Smalt Blue

📋 copy color: '#48636C'

red 72 ◦ green 99 ◦ blue 108

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

Shades of Smalt Blue #48636C

Tints of Smalt Blue #48636C

RGB

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

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

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

R = 25.81%
G = 35.48%
B = 38.71%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48636C (or 0x48636C) is known color: Smalt Blue. HEX triplet: 48, 63 and 6C. RGB value is (72,99,108). Sum of RGB (Red+Green+Blue) = 72+99+108=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #48636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48636C is #B79C93. Grayscale: #5B5B5B. Windows color (decimal): -12033172 or 7103304. OLE color: 7103304.

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

Color convert

RGB 72 99 108 -
CMYK 0.33 0.08 0 0.58
HSL 195º 0.2% 0.35% -
HSV(B) 195º 0.33% 0.42% -
XYZ 9.84 11.38 15.87 -
YUV 91.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 72 99 108 0.33 0.08 0 0.58 195 0.2 0.35
Hex 48 63 6C 21 8 0 3A C3 14 23
Octal 110 143 154 41 10 0 72 303 24 43
Binary 1001000 1100011 1101100 100001 1000 0 111010 11000011 10100 100011

Color Harmonies of #48636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48636C

Black with #48636C

Text Example


Text Example

White with #48636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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