Html Css Color HEX #405E68 Smalt Blue

📋 copy color: '#405E68'

red 64 ◦ green 94 ◦ blue 104

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

Shades of Smalt Blue #405E68

Tints of Smalt Blue #405E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 24.43%
G = 35.88%
B = 39.69%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#405E68 (or 0x405E68) is known color: Smalt Blue. HEX triplet: 40, 5E and 68. RGB value is (64,94,104). Sum of RGB (Red+Green+Blue) = 64+94+104=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #405E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E68 is #BFA197. Grayscale: #565656. Windows color (decimal): -12558744 or 6839872. OLE color: 6839872.

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

Color convert

RGB 64 94 104 -
CMYK 0.38 0.10 0 0.59
HSL 195º 0.24% 0.33% -
HSV(B) 195º 0.38% 0.41% -
XYZ 8.62 10.09 14.59 -
YUV 86.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 64 94 104 0.38 0.10 0 0.59 195 0.24 0.33
Hex 40 5E 68 26 A 0 3B C3 18 21
Octal 100 136 150 46 12 0 73 303 30 41
Binary 1000000 1011110 1101000 100110 1010 0 111011 11000011 11000 100001

Color Harmonies of #405E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405E68

Black with #405E68

Text Example


Text Example

White with #405E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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