Html Css Color HEX #405F6B Smalt Blue

📋 copy color: '#405F6B'

red 64 ◦ green 95 ◦ blue 107

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

Shades of Smalt Blue #405F6B

Tints of Smalt Blue #405F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 24.06%
G = 35.71%
B = 40.23%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#405F6B (or 0x405F6B) is known color: Smalt Blue. HEX triplet: 40, 5F and 6B. RGB value is (64,95,107). Sum of RGB (Red+Green+Blue) = 64+95+107=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #405F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F6B is #BFA094. Grayscale: #575757. Windows color (decimal): -12558485 or 7036736. OLE color: 7036736.

HSL color Cylindrical-coordinate representation of color #405F6B: hue angle of 196.74º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #405F6B is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 95 107 -
CMYK 0.40 0.11 0 0.58
HSL 196.74º 0.25% 0.34% -
HSV(B) 196.74º 0.4% 0.42% -
XYZ 8.86 10.34 15.44 -
YUV 87.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 64 95 107 0.40 0.11 0 0.58 196.74 0.25 0.34
Hex 40 5F 6B 28 B 0 3A C5 19 22
Octal 100 137 153 50 13 0 72 305 31 42
Binary 1000000 1011111 1101011 101000 1011 0 111010 11000101 11001 100010

Color Harmonies of #405F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F6B

Black with #405F6B

Text Example


Text Example

White with #405F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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