#426066

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

Shades of Smalt Blue #426066

Tints of Smalt Blue #426066

Color information

#426066 (or 0x426066) is unknown color: approx Smalt Blue. HEX triplet: 42, 60 and 66. RGB value is (66,96,102). Sum of RGB (Red+Green+Blue) = 66+96+102=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #426066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426066 is #BD9F99. Grayscale: #575757. Windows color (decimal): -12427162 or 6709314. OLE color: 6709314.

HSL color Cylindrical-coordinate representation of color #426066: hue angle of 190º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426066 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6696102-
CMYK0.350.0600.6
HSL190º21.43%32.94%-
HSV(B)190º35.29%40%-
XYZ8.8310.4814.13-
YUV87.71136.06112.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=25%
G=36.36%
B=38.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66961020.350.0600.619021.4332.94
Hex42606623603Cbe1521
Octal1021401464360742762541
Binary10000101100000110011010001111001111001011111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426066; }

 p { color: rgb(66,96,102); }

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

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

 a { background-color: rgb(66,96,102); }

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

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

 span { border-color: rgb(66,96,102); }

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