#42636F

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

Shades of Smalt Blue #42636F

Tints of Smalt Blue #42636F

Color information

#42636F (or 0x42636F) is unknown color: approx Smalt Blue. HEX triplet: 42, 63 and 6F. RGB value is (66,99,111). Sum of RGB (Red+Green+Blue) = 66+99+111=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #42636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42636F is #BD9C90. Grayscale: #5A5A5A. Windows color (decimal): -12426385 or 7299906. OLE color: 7299906.

HSL color Cylindrical-coordinate representation of color #42636F: hue angle of 196º degrees, saturation: 0.25, 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 #42636F is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6699111-
CMYK0.410.1100.56
HSL196º25.42%34.71%-
HSV(B)196º40.54%43.53%-
XYZ9.5811.2316.7-
YUV90.5139.57110.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=23.91%
G=35.87%
B=40.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66991110.410.1100.5619625.4234.71
Hex42636F29B038c41923
Octal10214315751130703043143
Binary100001011000111101111101001101101110001100010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42636F; }

 p { color: rgb(66,99,111); }

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

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

 a { background-color: rgb(66,99,111); }

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

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

 span { border-color: rgb(66,99,111); }

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