Html Css Color HEX #4D6469 Smalt Blue

📋 copy color: '#4D6469'

red 77 ◦ green 100 ◦ blue 105

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

Shades of Smalt Blue #4D6469

Tints of Smalt Blue #4D6469

RGB

 RED value IS 77 (30.47% from 255) = 27.3%

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 27.3%
G = 35.46%
B = 37.23%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D6469 (or 0x4D6469) is known color: Smalt Blue. HEX triplet: 4D, 64 and 69. RGB value is (77,100,105). Sum of RGB (Red+Green+Blue) = 77+100+105=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D6469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6469 is #B29B96. Grayscale: #5D5D5D. Windows color (decimal): -11705239 or 6906957. OLE color: 6906957.

HSL color Cylindrical-coordinate representation of color #4D6469: hue angle of 190.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6469 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 100 105 -
CMYK 0.27 0.05 0 0.59
HSL 190.71º 0.15% 0.36% -
HSV(B) 190.71º 0.27% 0.41% -
XYZ 10.17 11.71 15.09 -
YUV 93.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 77 100 105 0.27 0.05 0 0.59 190.71 0.15 0.36
Hex 4D 64 69 1B 5 0 3B BF F 24
Octal 115 144 151 33 5 0 73 277 17 44
Binary 1001101 1100100 1101001 11011 101 0 111011 10111111 1111 100100

Color Harmonies of #4D6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6469

Black with #4D6469

Text Example


Text Example

White with #4D6469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D6469; }

 p { color: rgb(77,100,105); }

 H1.HeaderClassName
 {
   color: #4D6469;
 }
 .AnyTagClassName
 {
   color: #4D6469;
 }
</style>

background-color css

<style>
 a { background-color: #4D6469; }

 a { background-color: rgb(77,100,105); }

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

border-color css

<style>
 span { border-color: #4D6469; }

 span { border-color: rgb(77,100,105); }

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