Html Css Color HEX #40606C Smalt Blue

📋 copy color: '#40606C'

red 64 ◦ green 96 ◦ blue 108

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

Shades of Smalt Blue #40606C

Tints of Smalt Blue #40606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 23.88%
G = 35.82%
B = 40.3%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40606C (or 0x40606C) is known color: Smalt Blue. HEX triplet: 40, 60 and 6C. RGB value is (64,96,108). Sum of RGB (Red+Green+Blue) = 64+96+108=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #40606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40606C is #BF9F93. Grayscale: #575757. Windows color (decimal): -12558228 or 7102528. OLE color: 7102528.

HSL color Cylindrical-coordinate representation of color #40606C: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40606C is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 96 108 -
CMYK 0.41 0.11 0 0.58
HSL 196.36º 0.26% 0.34% -
HSV(B) 196.36º 0.41% 0.42% -
XYZ 9 10.54 15.75 -
YUV 87.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 64 96 108 0.41 0.11 0 0.58 196.36 0.26 0.34
Hex 40 60 6C 29 B 0 3A C4 1A 22
Octal 100 140 154 51 13 0 72 304 32 42
Binary 1000000 1100000 1101100 101001 1011 0 111010 11000100 11010 100010

Color Harmonies of #40606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40606C

Black with #40606C

Text Example


Text Example

White with #40606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40606C; }

 p { color: rgb(64,96,108); }

 H1.HeaderClassName
 {
   color: #40606C;
 }
 .AnyTagClassName
 {
   color: #40606C;
 }
</style>

background-color css

<style>
 a { background-color: #40606C; }

 a { background-color: rgb(64,96,108); }

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

border-color css

<style>
 span { border-color: #40606C; }

 span { border-color: rgb(64,96,108); }

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