Html Css Color HEX #40646C Smalt Blue

📋 copy color: '#40646C'

red 64 ◦ green 100 ◦ blue 108

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

Shades of Smalt Blue #40646C

Tints of Smalt Blue #40646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 23.53%
G = 36.76%
B = 39.71%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40646C (or 0x40646C) is known color: Smalt Blue. HEX triplet: 40, 64 and 6C. RGB value is (64,100,108). Sum of RGB (Red+Green+Blue) = 64+100+108=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #40646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40646C is #BF9B93. Grayscale: #5A5A5A. Windows color (decimal): -12557204 or 7103552. OLE color: 7103552.

HSL color Cylindrical-coordinate representation of color #40646C: hue angle of 190.91º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40646C is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 100 108 -
CMYK 0.41 0.07 0 0.58
HSL 190.91º 0.26% 0.34% -
HSV(B) 190.91º 0.41% 0.42% -
XYZ 9.38 11.29 15.87 -
YUV 90.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 64 100 108 0.41 0.07 0 0.58 190.91 0.26 0.34
Hex 40 64 6C 29 7 0 3A BF 1A 22
Octal 100 144 154 51 7 0 72 277 32 42
Binary 1000000 1100100 1101100 101001 111 0 111010 10111111 11010 100010

Color Harmonies of #40646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40646C

Black with #40646C

Text Example


Text Example

White with #40646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40646C; }

 p { color: rgb(64,100,108); }

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

background-color css

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

 a { background-color: rgb(64,100,108); }

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

border-color css

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

 span { border-color: rgb(64,100,108); }

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