Html Css Color HEX #406570 Smalt Blue

📋 copy color: '#406570'

red 64 ◦ green 101 ◦ blue 112

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

Shades of Smalt Blue #406570

Tints of Smalt Blue #406570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

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

R = 23.1%
G = 36.46%
B = 40.43%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406570 (or 0x406570) is known color: Smalt Blue. HEX triplet: 40, 65 and 70. RGB value is (64,101,112). Sum of RGB (Red+Green+Blue) = 64+101+112=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #406570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406570 is #BF9A8F. Grayscale: #5B5B5B. Windows color (decimal): -12556944 or 7365952. OLE color: 7365952.

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

Color convert

RGB 64 101 112 -
CMYK 0.43 0.10 0 0.56
HSL 193.75º 0.27% 0.35% -
HSV(B) 193.75º 0.43% 0.44% -
XYZ 9.69 11.57 17.05 -
YUV 91.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 64 101 112 0.43 0.10 0 0.56 193.75 0.27 0.35
Hex 40 65 70 2B A 0 38 C2 1B 23
Octal 100 145 160 53 12 0 70 302 33 43
Binary 1000000 1100101 1110000 101011 1010 0 111000 11000010 11011 100011

Color Harmonies of #406570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406570

Black with #406570

Text Example


Text Example

White with #406570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406570; }

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

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

background-color css

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

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

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

border-color css

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

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

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