Html Css Color HEX #4D6267 Smalt Blue

📋 copy color: '#4D6267'

red 77 ◦ green 98 ◦ blue 103

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

Shades of Smalt Blue #4D6267

Tints of Smalt Blue #4D6267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.05%

R = 27.7%
G = 35.25%
B = 37.05%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4D6267 (or 0x4D6267) is known color: Smalt Blue. HEX triplet: 4D, 62 and 67. RGB value is (77,98,103). Sum of RGB (Red+Green+Blue) = 77+98+103=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D6267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6267 is #B29D98. Grayscale: #5C5C5C. Windows color (decimal): -11705753 or 6775373. OLE color: 6775373.

HSL color Cylindrical-coordinate representation of color #4D6267: hue angle of 191.54º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D6267 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 98 103 -
CMYK 0.25 0.05 0 0.60
HSL 191.54º 0.14% 0.35% -
HSV(B) 191.54º 0.25% 0.4% -
XYZ 9.88 11.29 14.49 -
YUV 92.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 77 98 103 0.25 0.05 0 0.60 191.54 0.14 0.35
Hex 4D 62 67 19 5 0 3C C0 E 23
Octal 115 142 147 31 5 0 74 300 16 43
Binary 1001101 1100010 1100111 11001 101 0 111100 11000000 1110 100011

Color Harmonies of #4D6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6267

Black with #4D6267

Text Example


Text Example

White with #4D6267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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