Html Css Color HEX #406165 Smalt Blue

📋 copy color: '#406165'

red 64 ◦ green 97 ◦ blue 101

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

Shades of Smalt Blue #406165

Tints of Smalt Blue #406165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.55%

R = 24.43%
G = 37.02%
B = 38.55%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#406165 (or 0x406165) is known color: Smalt Blue. HEX triplet: 40, 61 and 65. RGB value is (64,97,101). Sum of RGB (Red+Green+Blue) = 64+97+101=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 101 - color contains mainly: blue. Hex color #406165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406165 is #BF9E9A. Grayscale: #575757. Windows color (decimal): -12557979 or 6644032. OLE color: 6644032.

HSL color Cylindrical-coordinate representation of color #406165: hue angle of 186.49º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406165 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 97 101 -
CMYK 0.37 0.04 0 0.60
HSL 186.49º 0.22% 0.32% -
HSV(B) 186.49º 0.37% 0.4% -
XYZ 8.74 10.58 13.89 -
YUV 87.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 64 97 101 0.37 0.04 0 0.60 186.49 0.22 0.32
Hex 40 61 65 25 4 0 3C BA 16 20
Octal 100 141 145 45 4 0 74 272 26 40
Binary 1000000 1100001 1100101 100101 100 0 111100 10111010 10110 100000

Color Harmonies of #406165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406165

Black with #406165

Text Example


Text Example

White with #406165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406165; }

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

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

background-color css

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

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

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

border-color css

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

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

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