Html Css Color HEX #4D625E Stromboli

📋 copy color: '#4D625E'

red 77 ◦ green 98 ◦ blue 94

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

Shades of Stromboli #4D625E

Tints of Stromboli #4D625E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 28.62%
G = 36.43%
B = 34.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#4D625E (or 0x4D625E) is known color: Stromboli. HEX triplet: 4D, 62 and 5E. RGB value is (77,98,94). Sum of RGB (Red+Green+Blue) = 77+98+94=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #4D625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D625E is #B29DA1. Grayscale: #5B5B5B. Windows color (decimal): -11705762 or 6185549. OLE color: 6185549.

HSL color Cylindrical-coordinate representation of color #4D625E: hue angle of 168.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D625E is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 98 94 -
CMYK 0.21 0 0.04 0.62
HSL 168.57º 0.12% 0.34% -
HSV(B) 168.57º 0.21% 0.38% -
XYZ 9.45 11.12 12.24 -
YUV 91.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 77 98 94 0.21 0 0.04 0.62 168.57 0.12 0.34
Hex 4D 62 5E 15 0 4 3E A9 C 22
Octal 115 142 136 25 0 4 76 251 14 42
Binary 1001101 1100010 1011110 10101 0 100 111110 10101001 1100 100010

Color Harmonies of #4D625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D625E

Black with #4D625E

Text Example


Text Example

White with #4D625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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