Html Css Color HEX #4D626D Fiord

📋 copy color: '#4D626D'

red 77 ◦ green 98 ◦ blue 109

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

Shades of Fiord #4D626D

Tints of Fiord #4D626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 27.11%
G = 34.51%
B = 38.38%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D626D (or 0x4D626D) is known color: Fiord. HEX triplet: 4D, 62 and 6D. RGB value is (77,98,109). Sum of RGB (Red+Green+Blue) = 77+98+109=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D626D is #B29D92. Grayscale: #5C5C5C. Windows color (decimal): -11705747 or 7168589. OLE color: 7168589.

HSL color Cylindrical-coordinate representation of color #4D626D: hue angle of 200.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D626D is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 98 109 -
CMYK 0.29 0.10 0 0.57
HSL 200.63º 0.17% 0.36% -
HSV(B) 200.63º 0.29% 0.43% -
XYZ 10.19 11.42 16.13 -
YUV 92.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 77 98 109 0.29 0.10 0 0.57 200.63 0.17 0.36
Hex 4D 62 6D 1D A 0 39 C9 11 24
Octal 115 142 155 35 12 0 71 311 21 44
Binary 1001101 1100010 1101101 11101 1010 0 111001 11001001 10001 100100

Color Harmonies of #4D626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D626D

Black with #4D626D

Text Example


Text Example

White with #4D626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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