Html Css Color HEX #40626B Smalt Blue

📋 copy color: '#40626B'

red 64 ◦ green 98 ◦ blue 107

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

Shades of Smalt Blue #40626B

Tints of Smalt Blue #40626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 23.79%
G = 36.43%
B = 39.78%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40626B (or 0x40626B) is known color: Smalt Blue. HEX triplet: 40, 62 and 6B. RGB value is (64,98,107). Sum of RGB (Red+Green+Blue) = 64+98+107=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #40626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40626B is #BF9D94. Grayscale: #585858. Windows color (decimal): -12557717 or 7037504. OLE color: 7037504.

HSL color Cylindrical-coordinate representation of color #40626B: hue angle of 192.56º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40626B is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 98 107 -
CMYK 0.40 0.08 0 0.58
HSL 192.56º 0.25% 0.34% -
HSV(B) 192.56º 0.4% 0.42% -
XYZ 9.14 10.89 15.53 -
YUV 88.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 64 98 107 0.40 0.08 0 0.58 192.56 0.25 0.34
Hex 40 62 6B 28 8 0 3A C1 19 22
Octal 100 142 153 50 10 0 72 301 31 42
Binary 1000000 1100010 1101011 101000 1000 0 111010 11000001 11001 100010

Color Harmonies of #40626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40626B

Black with #40626B

Text Example


Text Example

White with #40626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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