Html Css Color HEX #486168 Smalt Blue

📋 copy color: '#486168'

red 72 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #486168

Tints of Smalt Blue #486168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 26.37%
G = 35.53%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#486168 (or 0x486168) is known color: Smalt Blue. HEX triplet: 48, 61 and 68. RGB value is (72,97,104). Sum of RGB (Red+Green+Blue) = 72+97+104=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #486168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486168 is #B79E97. Grayscale: #5A5A5A. Windows color (decimal): -12033688 or 6840648. OLE color: 6840648.

HSL color Cylindrical-coordinate representation of color #486168: hue angle of 193.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486168 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 97 104 -
CMYK 0.31 0.07 0 0.59
HSL 193.13º 0.18% 0.35% -
HSV(B) 193.13º 0.31% 0.41% -
XYZ 9.45 10.93 14.71 -
YUV 90.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 72 97 104 0.31 0.07 0 0.59 193.13 0.18 0.35
Hex 48 61 68 1F 7 0 3B C1 12 23
Octal 110 141 150 37 7 0 73 301 22 43
Binary 1001000 1100001 1101000 11111 111 0 111011 11000001 10010 100011

Color Harmonies of #486168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486168

Black with #486168

Text Example


Text Example

White with #486168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486168; }

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

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

background-color css

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

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

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

border-color css

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

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

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