Html Css Color HEX #48666F Smalt Blue

📋 copy color: '#48666F'

red 72 ◦ green 102 ◦ blue 111

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

Shades of Smalt Blue #48666F

Tints of Smalt Blue #48666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 25.26%
G = 35.79%
B = 38.95%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48666F (or 0x48666F) is known color: Smalt Blue. HEX triplet: 48, 66 and 6F. RGB value is (72,102,111). Sum of RGB (Red+Green+Blue) = 72+102+111=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #48666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48666F is #B79990. Grayscale: #5D5D5D. Windows color (decimal): -12032401 or 7300680. OLE color: 7300680.

HSL color Cylindrical-coordinate representation of color #48666F: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48666F is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 102 111 -
CMYK 0.35 0.08 0 0.56
HSL 193.85º 0.21% 0.36% -
HSV(B) 193.85º 0.35% 0.44% -
XYZ 10.29 12.03 16.82 -
YUV 94.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 72 102 111 0.35 0.08 0 0.56 193.85 0.21 0.36
Hex 48 66 6F 23 8 0 38 C2 15 24
Octal 110 146 157 43 10 0 70 302 25 44
Binary 1001000 1100110 1101111 100011 1000 0 111000 11000010 10101 100100

Color Harmonies of #48666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48666F

Black with #48666F

Text Example


Text Example

White with #48666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48666F; }

 p { color: rgb(72,102,111); }

 H1.HeaderClassName
 {
   color: #48666F;
 }
 .AnyTagClassName
 {
   color: #48666F;
 }
</style>

background-color css

<style>
 a { background-color: #48666F; }

 a { background-color: rgb(72,102,111); }

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

border-color css

<style>
 span { border-color: #48666F; }

 span { border-color: rgb(72,102,111); }

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