#486066

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

Shades of Smalt Blue #486066

Tints of Smalt Blue #486066

Color information

#486066 (or 0x486066) is unknown color: approx Smalt Blue. HEX triplet: 48, 60 and 66. RGB value is (72,96,102). Sum of RGB (Red+Green+Blue) = 72+96+102=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #486066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486066 is #B79F99. Grayscale: #595959. Windows color (decimal): -12033946 or 6709320. OLE color: 6709320.

HSL color Cylindrical-coordinate representation of color #486066: hue angle of 192º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486066 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7296102-
CMYK0.290.0600.6
HSL192º17.24%34.12%-
HSV(B)192º29.41%40%-
XYZ9.2510.714.15-
YUV89.51135.05115.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=26.67%
G=35.56%
B=37.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72961020.290.0600.619217.2434.12
Hex4860661D603Cc01122
Octal1101401463560743002142
Binary1001000110000011001101110111001111001100000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486066; }

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

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

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

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

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

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

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

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