Html Css Color HEX #405D63 Smalt Blue

📋 copy color: '#405D63'

red 64 ◦ green 93 ◦ blue 99

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

Shades of Smalt Blue #405D63

Tints of Smalt Blue #405D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 25%
G = 36.33%
B = 38.67%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#405D63 (or 0x405D63) is known color: Smalt Blue. HEX triplet: 40, 5D and 63. RGB value is (64,93,99). Sum of RGB (Red+Green+Blue) = 64+93+99=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #405D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D63 is #BFA29C. Grayscale: #545454. Windows color (decimal): -12559005 or 6511936. OLE color: 6511936.

HSL color Cylindrical-coordinate representation of color #405D63: hue angle of 190.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405D63 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 93 99 -
CMYK 0.35 0.06 0 0.61
HSL 190.29º 0.21% 0.32% -
HSV(B) 190.29º 0.35% 0.39% -
XYZ 8.28 9.82 13.26 -
YUV 85.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 64 93 99 0.35 0.06 0 0.61 190.29 0.21 0.32
Hex 40 5D 63 23 6 0 3D BE 15 20
Octal 100 135 143 43 6 0 75 276 25 40
Binary 1000000 1011101 1100011 100011 110 0 111101 10111110 10101 100000

Color Harmonies of #405D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D63

Black with #405D63

Text Example


Text Example

White with #405D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,93,99); }

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

background-color css

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

 a { background-color: rgb(64,93,99); }

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

border-color css

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

 span { border-color: rgb(64,93,99); }

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