Html Css Color HEX #4D6268 Smalt Blue

📋 copy color: '#4D6268'

red 77 ◦ green 98 ◦ blue 104

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

Shades of Smalt Blue #4D6268

Tints of Smalt Blue #4D6268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 27.6%
G = 35.13%
B = 37.28%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D6268 (or 0x4D6268) is known color: Smalt Blue. HEX triplet: 4D, 62 and 68. RGB value is (77,98,104). Sum of RGB (Red+Green+Blue) = 77+98+104=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D6268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6268 is #B29D97. Grayscale: #5C5C5C. Windows color (decimal): -11705752 or 6840909. OLE color: 6840909.

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

Color convert

RGB 77 98 104 -
CMYK 0.26 0.06 0 0.59
HSL 193.33º 0.15% 0.35% -
HSV(B) 193.33º 0.26% 0.41% -
XYZ 9.93 11.31 14.76 -
YUV 92.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 77 98 104 0.26 0.06 0 0.59 193.33 0.15 0.35
Hex 4D 62 68 1A 6 0 3B C1 F 23
Octal 115 142 150 32 6 0 73 301 17 43
Binary 1001101 1100010 1101000 11010 110 0 111011 11000001 1111 100011

Color Harmonies of #4D6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6268

Black with #4D6268

Text Example


Text Example

White with #4D6268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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