Html Css Color HEX #486167 Smalt Blue

📋 copy color: '#486167'

red 72 ◦ green 97 ◦ blue 103

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

Shades of Smalt Blue #486167

Tints of Smalt Blue #486167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.87%

R = 26.47%
G = 35.66%
B = 37.87%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#486167 (or 0x486167) is known color: Smalt Blue. HEX triplet: 48, 61 and 67. RGB value is (72,97,103). Sum of RGB (Red+Green+Blue) = 72+97+103=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #486167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486167 is #B79E98. Grayscale: #5A5A5A. Windows color (decimal): -12033689 or 6775112. OLE color: 6775112.

HSL color Cylindrical-coordinate representation of color #486167: hue angle of 191.61º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486167 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 97 103 -
CMYK 0.30 0.06 0 0.60
HSL 191.61º 0.18% 0.34% -
HSV(B) 191.61º 0.3% 0.4% -
XYZ 9.4 10.91 14.44 -
YUV 90.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 72 97 103 0.30 0.06 0 0.60 191.61 0.18 0.34
Hex 48 61 67 1E 6 0 3C C0 12 22
Octal 110 141 147 36 6 0 74 300 22 42
Binary 1001000 1100001 1100111 11110 110 0 111100 11000000 10010 100010

Color Harmonies of #486167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486167

Black with #486167

Text Example


Text Example

White with #486167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486167; }

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

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

background-color css

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

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

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

border-color css

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

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

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