#486368

Color #486368 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #486368

Tints of Smalt Blue #486368

Color information

#486368 (or 0x486368) is unknown color: approx Smalt Blue. HEX triplet: 48, 63 and 68. RGB value is (72,99,104). Sum of RGB (Red+Green+Blue) = 72+99+104=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #486368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486368 is #B79C97. Grayscale: #5B5B5B. Windows color (decimal): -12033176 or 6841160. OLE color: 6841160.

HSL color Cylindrical-coordinate representation of color #486368: hue angle of 189.38º 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 #486368 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7299104-
CMYK0.310.0500.59
HSL189.38º18.18%34.51%-
HSV(B)189.38º30.77%40.78%-
XYZ9.6311.314.77-
YUV91.5135.05114.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=26.18%
G=36%
B=37.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72991040.310.0500.59189.3818.1834.51
Hex4863681F503Bbd1223
Octal1101431503750732752243
Binary1001000110001111010001111110101110111011110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486368; }

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

 H1.HeaderClassName
 {
   color: #486368;
 }
 .AnyTagClassName
 {
   color: #486368;
 }
</style>
background-color css

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

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

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

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

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

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