Html Css Color HEX #40626A Smalt Blue

📋 copy color: '#40626A'

red 64 ◦ green 98 ◦ blue 106

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

Shades of Smalt Blue #40626A

Tints of Smalt Blue #40626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 23.88%
G = 36.57%
B = 39.55%

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

#40626A (or 0x40626A) is known color: Smalt Blue. HEX triplet: 40, 62 and 6A. RGB value is (64,98,106). Sum of RGB (Red+Green+Blue) = 64+98+106=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #40626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40626A is #BF9D95. Grayscale: #585858. Windows color (decimal): -12557718 or 6971968. OLE color: 6971968.

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

Color convert

RGB 64 98 106 -
CMYK 0.40 0.08 0 0.58
HSL 191.43º 0.25% 0.33% -
HSV(B) 191.43º 0.4% 0.42% -
XYZ 9.08 10.87 15.25 -
YUV 88.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 64 98 106 0.40 0.08 0 0.58 191.43 0.25 0.33
Hex 40 62 6A 28 8 0 3A BF 19 21
Octal 100 142 152 50 10 0 72 277 31 41
Binary 1000000 1100010 1101010 101000 1000 0 111010 10111111 11001 100001

Color Harmonies of #40626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40626A

Black with #40626A

Text Example


Text Example

White with #40626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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