Html Css Color HEX #405D66 Smalt Blue

📋 copy color: '#405D66'

red 64 ◦ green 93 ◦ blue 102

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

Shades of Smalt Blue #405D66

Tints of Smalt Blue #405D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 24.71%
G = 35.91%
B = 39.38%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#405D66 (or 0x405D66) is known color: Smalt Blue. HEX triplet: 40, 5D and 66. RGB value is (64,93,102). Sum of RGB (Red+Green+Blue) = 64+93+102=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 102 - color contains mainly: blue. Hex color #405D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D66 is #BFA299. Grayscale: #555555. Windows color (decimal): -12559002 or 6708544. OLE color: 6708544.

HSL color Cylindrical-coordinate representation of color #405D66: hue angle of 194.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405D66 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 93 102 -
CMYK 0.37 0.09 0 0.6
HSL 194.21º 0.23% 0.33% -
HSV(B) 194.21º 0.37% 0.4% -
XYZ 8.43 9.88 14.03 -
YUV 85.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 64 93 102 0.37 0.09 0 0.6 194.21 0.23 0.33
Hex 40 5D 66 25 9 0 3C C2 17 21
Octal 100 135 146 45 11 0 74 302 27 41
Binary 1000000 1011101 1100110 100101 1001 0 111100 11000010 10111 100001

Color Harmonies of #405D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D66

Black with #405D66

Text Example


Text Example

White with #405D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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