#485F67

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

Shades of Smalt Blue #485F67

Tints of Smalt Blue #485F67

Color information

#485F67 (or 0x485F67) is unknown color: approx Smalt Blue. HEX triplet: 48, 5F and 67. RGB value is (72,95,103). Sum of RGB (Red+Green+Blue) = 72+95+103=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #485F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F67 is #B7A098. Grayscale: #585858. Windows color (decimal): -12034201 or 6774600. OLE color: 6774600.

HSL color Cylindrical-coordinate representation of color #485F67: hue angle of 195.48º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485F67 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7295103-
CMYK0.300.0800.60
HSL195.48º17.71%34.31%-
HSV(B)195.48º30.1%40.39%-
XYZ9.2110.5414.38-
YUV89.04135.88115.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 103 (40.62% from 255) = 38.15%
R=26.67%
G=35.19%
B=38.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72951030.300.0800.60195.4817.7134.31
Hex485F671E803Cc31222
Octal11013714736100743032242
Binary10010001011111110011111110100001111001100001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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