#426068

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

Shades of Smalt Blue #426068

Tints of Smalt Blue #426068

Color information

#426068 (or 0x426068) is unknown color: approx Smalt Blue. HEX triplet: 42, 60 and 68. RGB value is (66,96,104). Sum of RGB (Red+Green+Blue) = 66+96+104=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #426068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426068 is #BD9F97. Grayscale: #575757. Windows color (decimal): -12427160 or 6840386. OLE color: 6840386.

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

Color convert

RGB6696104-
CMYK0.370.0800.59
HSL192.63º22.35%33.33%-
HSV(B)192.63º36.54%40.78%-
XYZ8.9310.5214.66-
YUV87.94137.06112.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=24.81%
G=36.09%
B=39.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66961040.370.0800.59192.6322.3533.33
Hex42606825803Bc11621
Octal10214015045100733012641
Binary100001011000001101000100101100001110111100000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426068; }

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

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

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

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

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

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

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

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