Html Css Color HEX #405F68 Smalt Blue

📋 copy color: '#405F68'

red 64 ◦ green 95 ◦ blue 104

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

Shades of Smalt Blue #405F68

Tints of Smalt Blue #405F68

RGB

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

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

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

R = 24.33%
G = 36.12%
B = 39.54%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#405F68 (or 0x405F68) is known color: Smalt Blue. HEX triplet: 40, 5F and 68. RGB value is (64,95,104). Sum of RGB (Red+Green+Blue) = 64+95+104=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #405F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F68 is #BFA097. Grayscale: #565656. Windows color (decimal): -12558488 or 6840128. OLE color: 6840128.

HSL color Cylindrical-coordinate representation of color #405F68: hue angle of 193.5º 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 #405F68 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 95 104 -
CMYK 0.38 0.09 0 0.59
HSL 193.5º 0.24% 0.33% -
HSV(B) 193.5º 0.38% 0.41% -
XYZ 8.71 10.27 14.62 -
YUV 86.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 64 95 104 0.38 0.09 0 0.59 193.5 0.24 0.33
Hex 40 5F 68 26 9 0 3B C2 18 21
Octal 100 137 150 46 11 0 73 302 30 41
Binary 1000000 1011111 1101000 100110 1001 0 111011 11000010 11000 100001

Color Harmonies of #405F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F68

Black with #405F68

Text Example


Text Example

White with #405F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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