Html Css Color HEX #406370 Smalt Blue

📋 copy color: '#406370'

red 64 ◦ green 99 ◦ blue 112

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

Shades of Smalt Blue #406370

Tints of Smalt Blue #406370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 23.27%
G = 36%
B = 40.73%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406370 (or 0x406370) is known color: Smalt Blue. HEX triplet: 40, 63 and 70. RGB value is (64,99,112). Sum of RGB (Red+Green+Blue) = 64+99+112=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #406370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406370 is #BF9C8F. Grayscale: #595959. Windows color (decimal): -12557456 or 7365440. OLE color: 7365440.

HSL color Cylindrical-coordinate representation of color #406370: hue angle of 196.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406370 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 99 112 -
CMYK 0.43 0.12 0 0.56
HSL 196.25º 0.27% 0.35% -
HSV(B) 196.25º 0.43% 0.44% -
XYZ 9.5 11.18 16.99 -
YUV 90.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 64 99 112 0.43 0.12 0 0.56 196.25 0.27 0.35
Hex 40 63 70 2B C 0 38 C4 1B 23
Octal 100 143 160 53 14 0 70 304 33 43
Binary 1000000 1100011 1110000 101011 1100 0 111000 11000100 11011 100011

Color Harmonies of #406370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406370

Black with #406370

Text Example


Text Example

White with #406370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406370; }

 p { color: rgb(64,99,112); }

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

background-color css

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

 a { background-color: rgb(64,99,112); }

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

border-color css

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

 span { border-color: rgb(64,99,112); }

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