#42616F

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

Shades of Smalt Blue #42616F

Tints of Smalt Blue #42616F

Color information

#42616F (or 0x42616F) is unknown color: approx Smalt Blue. HEX triplet: 42, 61 and 6F. RGB value is (66,97,111). Sum of RGB (Red+Green+Blue) = 66+97+111=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #42616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42616F is #BD9E90. Grayscale: #595959. Windows color (decimal): -12426897 or 7299394. OLE color: 7299394.

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

Color convert

RGB6697111-
CMYK0.410.1300.56
HSL198.67º25.42%34.71%-
HSV(B)198.67º40.54%43.53%-
XYZ9.3910.8616.64-
YUV89.33140.23111.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=24.09%
G=35.40%
B=40.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66971110.410.1300.56198.6725.4234.71
Hex42616F29D038c71923
Octal10214115751150703073143
Binary100001011000011101111101001110101110001100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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