Html Css Color HEX #40626D Smalt Blue

📋 copy color: '#40626D'

red 64 ◦ green 98 ◦ blue 109

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

Shades of Smalt Blue #40626D

Tints of Smalt Blue #40626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 23.62%
G = 36.16%
B = 40.22%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40626D (or 0x40626D) is known color: Smalt Blue. HEX triplet: 40, 62 and 6D. RGB value is (64,98,109). Sum of RGB (Red+Green+Blue) = 64+98+109=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #40626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40626D is #BF9D92. Grayscale: #595959. Windows color (decimal): -12557715 or 7168576. OLE color: 7168576.

HSL color Cylindrical-coordinate representation of color #40626D: hue angle of 194.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40626D is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 98 109 -
CMYK 0.41 0.10 0 0.57
HSL 194.67º 0.26% 0.34% -
HSV(B) 194.67º 0.41% 0.43% -
XYZ 9.24 10.93 16.09 -
YUV 89.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 64 98 109 0.41 0.10 0 0.57 194.67 0.26 0.34
Hex 40 62 6D 29 A 0 39 C3 1A 22
Octal 100 142 155 51 12 0 71 303 32 42
Binary 1000000 1100010 1101101 101001 1010 0 111001 11000011 11010 100010

Color Harmonies of #40626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40626D

Black with #40626D

Text Example


Text Example

White with #40626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40626D; }

 p { color: rgb(64,98,109); }

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

background-color css

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

 a { background-color: rgb(64,98,109); }

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

border-color css

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

 span { border-color: rgb(64,98,109); }

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