Html Css Color HEX #4D6067 Smalt Blue

📋 copy color: '#4D6067'

red 77 ◦ green 96 ◦ blue 103

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

Shades of Smalt Blue #4D6067

Tints of Smalt Blue #4D6067

RGB

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

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

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

R = 27.9%
G = 34.78%
B = 37.32%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4D6067 (or 0x4D6067) is known color: Smalt Blue. HEX triplet: 4D, 60 and 67. RGB value is (77,96,103). Sum of RGB (Red+Green+Blue) = 77+96+103=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6067 is #B29F98. Grayscale: #5B5B5B. Windows color (decimal): -11706265 or 6774861. OLE color: 6774861.

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

Color convert

RGB 77 96 103 -
CMYK 0.25 0.07 0 0.60
HSL 196.15º 0.14% 0.35% -
HSV(B) 196.15º 0.25% 0.4% -
XYZ 9.69 10.92 14.43 -
YUV 91.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 77 96 103 0.25 0.07 0 0.60 196.15 0.14 0.35
Hex 4D 60 67 19 7 0 3C C4 E 23
Octal 115 140 147 31 7 0 74 304 16 43
Binary 1001101 1100000 1100111 11001 111 0 111100 11000100 1110 100011

Color Harmonies of #4D6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6067

Black with #4D6067

Text Example


Text Example

White with #4D6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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