#486269

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

Shades of Smalt Blue #486269

Tints of Smalt Blue #486269

Color information

#486269 (or 0x486269) is unknown color: approx Smalt Blue. HEX triplet: 48, 62 and 69. RGB value is (72,98,105). Sum of RGB (Red+Green+Blue) = 72+98+105=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #486269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486269 is #B79D96. Grayscale: #5A5A5A. Windows color (decimal): -12033431 or 6906440. OLE color: 6906440.

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

Color convert

RGB7298105-
CMYK0.310.0700.59
HSL192.73º18.64%34.71%-
HSV(B)192.73º31.43%41.18%-
XYZ9.5911.1315.01-
YUV91.02135.89114.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=26.18%
G=35.64%
B=38.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72981050.310.0700.59192.7318.6434.71
Hex4862691F703Bc11323
Octal1101421513770733012343
Binary1001000110001011010011111111101110111100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486269; }

 p { color: rgb(72,98,105); }

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

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

 a { background-color: rgb(72,98,105); }

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

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

 span { border-color: rgb(72,98,105); }

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