Html Css Color HEX #406267 Smalt Blue

📋 copy color: '#406267'

red 64 ◦ green 98 ◦ blue 103

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

Shades of Smalt Blue #406267

Tints of Smalt Blue #406267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 24.15%
G = 36.98%
B = 38.87%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#406267 (or 0x406267) is known color: Smalt Blue. HEX triplet: 40, 62 and 67. RGB value is (64,98,103). Sum of RGB (Red+Green+Blue) = 64+98+103=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #406267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406267 is #BF9D98. Grayscale: #585858. Windows color (decimal): -12557721 or 6775360. OLE color: 6775360.

HSL color Cylindrical-coordinate representation of color #406267: hue angle of 187.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406267 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 98 103 -
CMYK 0.38 0.05 0 0.60
HSL 187.69º 0.23% 0.33% -
HSV(B) 187.69º 0.38% 0.4% -
XYZ 8.93 10.8 14.45 -
YUV 88.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 64 98 103 0.38 0.05 0 0.60 187.69 0.23 0.33
Hex 40 62 67 26 5 0 3C BC 17 21
Octal 100 142 147 46 5 0 74 274 27 41
Binary 1000000 1100010 1100111 100110 101 0 111100 10111100 10111 100001

Color Harmonies of #406267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406267

Black with #406267

Text Example


Text Example

White with #406267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406267; }

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

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

background-color css

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

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

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

border-color css

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

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

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