Html Css Color HEX #40616B Smalt Blue

📋 copy color: '#40616B'

red 64 ◦ green 97 ◦ blue 107

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

Shades of Smalt Blue #40616B

Tints of Smalt Blue #40616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

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

R = 23.88%
G = 36.19%
B = 39.93%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40616B (or 0x40616B) is known color: Smalt Blue. HEX triplet: 40, 61 and 6B. RGB value is (64,97,107). Sum of RGB (Red+Green+Blue) = 64+97+107=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #40616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40616B is #BF9E94. Grayscale: #585858. Windows color (decimal): -12557973 or 7037248. OLE color: 7037248.

HSL color Cylindrical-coordinate representation of color #40616B: hue angle of 193.95º 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 #40616B is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 97 107 -
CMYK 0.40 0.09 0 0.58
HSL 193.95º 0.25% 0.34% -
HSV(B) 193.95º 0.4% 0.42% -
XYZ 9.04 10.7 15.5 -
YUV 88.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 64 97 107 0.40 0.09 0 0.58 193.95 0.25 0.34
Hex 40 61 6B 28 9 0 3A C2 19 22
Octal 100 141 153 50 11 0 72 302 31 42
Binary 1000000 1100001 1101011 101000 1001 0 111010 11000010 11001 100010

Color Harmonies of #40616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40616B

Black with #40616B

Text Example


Text Example

White with #40616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40616B; }

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

 H1.HeaderClassName
 {
   color: #40616B;
 }
 .AnyTagClassName
 {
   color: #40616B;
 }
</style>

background-color css

<style>
 a { background-color: #40616B; }

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

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

border-color css

<style>
 span { border-color: #40616B; }

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

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