#426269

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

Shades of Smalt Blue #426269

Tints of Smalt Blue #426269

Color information

#426269 (or 0x426269) is unknown color: approx Smalt Blue. HEX triplet: 42, 62 and 69. RGB value is (66,98,105). Sum of RGB (Red+Green+Blue) = 66+98+105=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #426269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426269 is #BD9D96. Grayscale: #595959. Windows color (decimal): -12426647 or 6906434. OLE color: 6906434.

HSL color Cylindrical-coordinate representation of color #426269: hue angle of 190.77º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426269 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6698105-
CMYK0.370.0700.59
HSL190.77º22.81%33.53%-
HSV(B)190.77º37.14%41.18%-
XYZ9.1610.9114.99-
YUV89.23136.9111.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=24.54%
G=36.43%
B=39.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66981050.370.0700.59190.7722.8133.53
Hex42626925703Bbf1722
Octal1021421514570732772742
Binary10000101100010110100110010111101110111011111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426269; }

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

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

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

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

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

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

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

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