Html Css Color HEX #40646F Smalt Blue

📋 copy color: '#40646F'

red 64 ◦ green 100 ◦ blue 111

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

Shades of Smalt Blue #40646F

Tints of Smalt Blue #40646F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 23.27%
G = 36.36%
B = 40.36%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40646F (or 0x40646F) is known color: Smalt Blue. HEX triplet: 40, 64 and 6F. RGB value is (64,100,111). Sum of RGB (Red+Green+Blue) = 64+100+111=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #40646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40646F is #BF9B90. Grayscale: #5A5A5A. Windows color (decimal): -12557201 or 7300160. OLE color: 7300160.

HSL color Cylindrical-coordinate representation of color #40646F: hue angle of 194.04º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40646F is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 100 111 -
CMYK 0.42 0.10 0 0.56
HSL 194.04º 0.27% 0.34% -
HSV(B) 194.04º 0.42% 0.44% -
XYZ 9.54 11.35 16.73 -
YUV 90.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 64 100 111 0.42 0.10 0 0.56 194.04 0.27 0.34
Hex 40 64 6F 2A A 0 38 C2 1B 22
Octal 100 144 157 52 12 0 70 302 33 42
Binary 1000000 1100100 1101111 101010 1010 0 111000 11000010 11011 100010

Color Harmonies of #40646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40646F

Black with #40646F

Text Example


Text Example

White with #40646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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