#426267

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

Shades of Smalt Blue #426267

Tints of Smalt Blue #426267

Color information

#426267 (or 0x426267) is unknown color: approx Smalt Blue. HEX triplet: 42, 62 and 67. RGB value is (66,98,103). Sum of RGB (Red+Green+Blue) = 66+98+103=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #426267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426267 is #BD9D98. Grayscale: #585858. Windows color (decimal): -12426649 or 6775362. OLE color: 6775362.

HSL color Cylindrical-coordinate representation of color #426267: hue angle of 188.11º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426267 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6698103-
CMYK0.360.0500.60
HSL188.11º21.89%33.14%-
HSV(B)188.11º35.92%40.39%-
XYZ9.0610.8714.45-
YUV89135.9111.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=24.72%
G=36.70%
B=38.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66981030.360.0500.60188.1121.8933.14
Hex42626724503Cbc1621
Octal1021421474450742742641
Binary10000101100010110011110010010101111001011110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426267; }

 p { color: rgb(66,98,103); }

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

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

 a { background-color: rgb(66,98,103); }

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

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

 span { border-color: rgb(66,98,103); }

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