#485F66

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

Shades of Smalt Blue #485F66

Tints of Smalt Blue #485F66

Color information

#485F66 (or 0x485F66) is unknown color: approx Smalt Blue. HEX triplet: 48, 5F and 66. RGB value is (72,95,102). Sum of RGB (Red+Green+Blue) = 72+95+102=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #485F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F66 is #B7A099. Grayscale: #585858. Windows color (decimal): -12034202 or 6709064. OLE color: 6709064.

HSL color Cylindrical-coordinate representation of color #485F66: hue angle of 194º 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 #485F66 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7295102-
CMYK0.290.0700.6
HSL194º17.24%34.12%-
HSV(B)194º29.41%40%-
XYZ9.1610.5214.12-
YUV88.92135.38115.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=26.77%
G=35.32%
B=37.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72951020.290.0700.619417.2434.12
Hex485F661D703Cc21122
Octal1101371463570743022142
Binary1001000101111111001101110111101111001100001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F66; }

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

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

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

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

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

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

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

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