Html Css Color HEX #406269 Smalt Blue

📋 copy color: '#406269'

red 64 ◦ green 98 ◦ blue 105

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

Shades of Smalt Blue #406269

Tints of Smalt Blue #406269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.33%

R = 23.97%
G = 36.7%
B = 39.33%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#406269 (or 0x406269) is known color: Smalt Blue. HEX triplet: 40, 62 and 69. RGB value is (64,98,105). Sum of RGB (Red+Green+Blue) = 64+98+105=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #406269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406269 is #BF9D96. Grayscale: #585858. Windows color (decimal): -12557719 or 6906432. OLE color: 6906432.

HSL color Cylindrical-coordinate representation of color #406269: hue angle of 190.24º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406269 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 98 105 -
CMYK 0.39 0.07 0 0.59
HSL 190.24º 0.24% 0.33% -
HSV(B) 190.24º 0.39% 0.41% -
XYZ 9.03 10.85 14.98 -
YUV 88.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 64 98 105 0.39 0.07 0 0.59 190.24 0.24 0.33
Hex 40 62 69 27 7 0 3B BE 18 21
Octal 100 142 151 47 7 0 73 276 30 41
Binary 1000000 1100010 1101001 100111 111 0 111011 10111110 11000 100001

Color Harmonies of #406269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406269

Black with #406269

Text Example


Text Example

White with #406269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406269; }

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

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

background-color css

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

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

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

border-color css

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

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

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