Html Css Color HEX #405E61 Smalt Blue

📋 copy color: '#405E61'

red 64 ◦ green 94 ◦ blue 97

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

Shades of Smalt Blue #405E61

Tints of Smalt Blue #405E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 25.1%
G = 36.86%
B = 38.04%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405E61 (or 0x405E61) is known color: Smalt Blue. HEX triplet: 40, 5E and 61. RGB value is (64,94,97). Sum of RGB (Red+Green+Blue) = 64+94+97=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #405E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E61 is #BFA19E. Grayscale: #555555. Windows color (decimal): -12558751 or 6381120. OLE color: 6381120.

HSL color Cylindrical-coordinate representation of color #405E61: hue angle of 185.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405E61 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 94 97 -
CMYK 0.34 0.03 0 0.62
HSL 185.45º 0.2% 0.32% -
HSV(B) 185.45º 0.34% 0.38% -
XYZ 8.27 9.96 12.8 -
YUV 85.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 64 94 97 0.34 0.03 0 0.62 185.45 0.2 0.32
Hex 40 5E 61 22 3 0 3E B9 14 20
Octal 100 136 141 42 3 0 76 271 24 40
Binary 1000000 1011110 1100001 100010 11 0 111110 10111001 10100 100000

Color Harmonies of #405E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405E61

Black with #405E61

Text Example


Text Example

White with #405E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405E61; }

 p { color: rgb(64,94,97); }

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

background-color css

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

 a { background-color: rgb(64,94,97); }

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

border-color css

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

 span { border-color: rgb(64,94,97); }

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