Html Css Color HEX #406470 Smalt Blue

📋 copy color: '#406470'

red 64 ◦ green 100 ◦ blue 112

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

Shades of Smalt Blue #406470

Tints of Smalt Blue #406470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

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

R = 23.19%
G = 36.23%
B = 40.58%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406470 (or 0x406470) is known color: Smalt Blue. HEX triplet: 40, 64 and 70. RGB value is (64,100,112). Sum of RGB (Red+Green+Blue) = 64+100+112=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #406470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406470 is #BF9B8F. Grayscale: #5A5A5A. Windows color (decimal): -12557200 or 7365696. OLE color: 7365696.

HSL color Cylindrical-coordinate representation of color #406470: hue angle of 195º 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 #406470 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 100 112 -
CMYK 0.43 0.11 0 0.56
HSL 195º 0.27% 0.35% -
HSV(B) 195º 0.43% 0.44% -
XYZ 9.6 11.37 17.02 -
YUV 90.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 64 100 112 0.43 0.11 0 0.56 195 0.27 0.35
Hex 40 64 70 2B B 0 38 C3 1B 23
Octal 100 144 160 53 13 0 70 303 33 43
Binary 1000000 1100100 1110000 101011 1011 0 111000 11000011 11011 100011

Color Harmonies of #406470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406470

Black with #406470

Text Example


Text Example

White with #406470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406470; }

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

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

background-color css

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

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

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

border-color css

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

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

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