Html Css Color HEX #40606D Smalt Blue

📋 copy color: '#40606D'

red 64 ◦ green 96 ◦ blue 109

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

Shades of Smalt Blue #40606D

Tints of Smalt Blue #40606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

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

R = 23.79%
G = 35.69%
B = 40.52%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40606D (or 0x40606D) is known color: Smalt Blue. HEX triplet: 40, 60 and 6D. RGB value is (64,96,109). Sum of RGB (Red+Green+Blue) = 64+96+109=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #40606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40606D is #BF9F92. Grayscale: #575757. Windows color (decimal): -12558227 or 7168064. OLE color: 7168064.

HSL color Cylindrical-coordinate representation of color #40606D: hue angle of 197.33º 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 #40606D is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 96 109 -
CMYK 0.41 0.12 0 0.57
HSL 197.33º 0.26% 0.34% -
HSV(B) 197.33º 0.41% 0.43% -
XYZ 9.06 10.56 16.03 -
YUV 87.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 64 96 109 0.41 0.12 0 0.57 197.33 0.26 0.34
Hex 40 60 6D 29 C 0 39 C5 1A 22
Octal 100 140 155 51 14 0 71 305 32 42
Binary 1000000 1100000 1101101 101001 1100 0 111001 11000101 11010 100010

Color Harmonies of #40606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40606D

Black with #40606D

Text Example


Text Example

White with #40606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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