Html Css Color HEX #4D6269 Smalt Blue

📋 copy color: '#4D6269'

red 77 ◦ green 98 ◦ blue 105

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

Shades of Smalt Blue #4D6269

Tints of Smalt Blue #4D6269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 27.5%
G = 35%
B = 37.5%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D6269 (or 0x4D6269) is known color: Smalt Blue. HEX triplet: 4D, 62 and 69. RGB value is (77,98,105). Sum of RGB (Red+Green+Blue) = 77+98+105=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D6269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6269 is #B29D96. Grayscale: #5C5C5C. Windows color (decimal): -11705751 or 6906445. OLE color: 6906445.

HSL color Cylindrical-coordinate representation of color #4D6269: hue angle of 195º 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 #4D6269 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 98 105 -
CMYK 0.27 0.07 0 0.59
HSL 195º 0.15% 0.36% -
HSV(B) 195º 0.27% 0.41% -
XYZ 9.98 11.33 15.03 -
YUV 92.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 77 98 105 0.27 0.07 0 0.59 195 0.15 0.36
Hex 4D 62 69 1B 7 0 3B C3 F 24
Octal 115 142 151 33 7 0 73 303 17 44
Binary 1001101 1100010 1101001 11011 111 0 111011 11000011 1111 100100

Color Harmonies of #4D6269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6269

Black with #4D6269

Text Example


Text Example

White with #4D6269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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