Html Css Color HEX #4D626C Fiord

📋 copy color: '#4D626C'

red 77 ◦ green 98 ◦ blue 108

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

Shades of Fiord #4D626C

Tints of Fiord #4D626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 27.21%
G = 34.63%
B = 38.16%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D626C (or 0x4D626C) is known color: Fiord. HEX triplet: 4D, 62 and 6C. RGB value is (77,98,108). Sum of RGB (Red+Green+Blue) = 77+98+108=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D626C is #B29D93. Grayscale: #5C5C5C. Windows color (decimal): -11705748 or 7103053. OLE color: 7103053.

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

Color convert

RGB 77 98 108 -
CMYK 0.29 0.09 0 0.58
HSL 199.35º 0.17% 0.36% -
HSV(B) 199.35º 0.29% 0.42% -
XYZ 10.14 11.4 15.85 -
YUV 92.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 77 98 108 0.29 0.09 0 0.58 199.35 0.17 0.36
Hex 4D 62 6C 1D 9 0 3A C7 11 24
Octal 115 142 154 35 11 0 72 307 21 44
Binary 1001101 1100010 1101100 11101 1001 0 111010 11000111 10001 100100

Color Harmonies of #4D626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D626C

Black with #4D626C

Text Example


Text Example

White with #4D626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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