Html Css Color HEX #405F61 Smalt Blue

📋 copy color: '#405F61'

red 64 ◦ green 95 ◦ blue 97

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

Shades of Smalt Blue #405F61

Tints of Smalt Blue #405F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.11%

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

R = 25%
G = 37.11%
B = 37.89%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405F61 (or 0x405F61) is known color: Smalt Blue. HEX triplet: 40, 5F and 61. RGB value is (64,95,97). Sum of RGB (Red+Green+Blue) = 64+95+97=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #405F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F61 is #BFA09E. Grayscale: #555555. Windows color (decimal): -12558495 or 6381376. OLE color: 6381376.

HSL color Cylindrical-coordinate representation of color #405F61: hue angle of 183.64º 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 #405F61 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 95 97 -
CMYK 0.34 0.02 0 0.62
HSL 183.64º 0.2% 0.32% -
HSV(B) 183.64º 0.34% 0.38% -
XYZ 8.36 10.14 12.83 -
YUV 85.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 64 95 97 0.34 0.02 0 0.62 183.64 0.2 0.32
Hex 40 5F 61 22 2 0 3E B8 14 20
Octal 100 137 141 42 2 0 76 270 24 40
Binary 1000000 1011111 1100001 100010 10 0 111110 10111000 10100 100000

Color Harmonies of #405F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F61

Black with #405F61

Text Example


Text Example

White with #405F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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