#426570

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

Shades of Smalt Blue #426570

Tints of Smalt Blue #426570

Color information

#426570 (or 0x426570) is unknown color: approx Smalt Blue. HEX triplet: 42, 65 and 70. RGB value is (66,101,112). Sum of RGB (Red+Green+Blue) = 66+101+112=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #426570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426570 is #BD9A8F. Grayscale: #5B5B5B. Windows color (decimal): -12425872 or 7365954. OLE color: 7365954.

HSL color Cylindrical-coordinate representation of color #426570: hue angle of 194.35º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426570 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB66101112-
CMYK0.410.1000.56
HSL194.35º25.84%34.9%-
HSV(B)194.35º41.07%43.92%-
XYZ9.8311.6417.06-
YUV91.79139.4109.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=23.66%
G=36.20%
B=40.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661011120.410.1000.56194.3525.8434.9
Hex42657029A038c21a23
Octal10214516051120703023243
Binary100001011001011110000101001101001110001100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426570; }

 p { color: rgb(66,101,112); }

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

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

 a { background-color: rgb(66,101,112); }

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

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

 span { border-color: rgb(66,101,112); }

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