Html Css Color HEX #406166 Smalt Blue

📋 copy color: '#406166'

red 64 ◦ green 97 ◦ blue 102

#406166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #406166

Tints of Smalt Blue #406166

RGB

 RED value IS 64 (25.39% from 255) = 24.33%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 102 (40.23% from 255) = 38.78%

R = 24.33%
G = 36.88%
B = 38.78%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#406166 (or 0x406166) is known color: Smalt Blue. HEX triplet: 40, 61 and 66. RGB value is (64,97,102). Sum of RGB (Red+Green+Blue) = 64+97+102=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #406166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406166 is #BF9E99. Grayscale: #575757. Windows color (decimal): -12557978 or 6709568. OLE color: 6709568.

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

Color convert

RGB 64 97 102 -
CMYK 0.37 0.05 0 0.6
HSL 187.89º 0.23% 0.33% -
HSV(B) 187.89º 0.37% 0.4% -
XYZ 8.79 10.6 14.15 -
YUV 87.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 64 97 102 0.37 0.05 0 0.6 187.89 0.23 0.33
Hex 40 61 66 25 5 0 3C BC 17 21
Octal 100 141 146 45 5 0 74 274 27 41
Binary 1000000 1100001 1100110 100101 101 0 111100 10111100 10111 100001

Color Harmonies of #406166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406166

Black with #406166

Text Example


Text Example

White with #406166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406166; }

 p { color: rgb(64,97,102); }

 H1.HeaderClassName
 {
   color: #406166;
 }
 .AnyTagClassName
 {
   color: #406166;
 }
</style>

background-color css

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

 a { background-color: rgb(64,97,102); }

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

border-color css

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

 span { border-color: rgb(64,97,102); }

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