Html Css Color HEX #4D626F Fiord

📋 copy color: '#4D626F'

red 77 ◦ green 98 ◦ blue 111

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

Shades of Fiord #4D626F

Tints of Fiord #4D626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 26.92%
G = 34.27%
B = 38.81%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D626F (or 0x4D626F) is known color: Fiord. HEX triplet: 4D, 62 and 6F. RGB value is (77,98,111). Sum of RGB (Red+Green+Blue) = 77+98+111=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D626F is #B29D90. Grayscale: #5D5D5D. Windows color (decimal): -11705745 or 7299661. OLE color: 7299661.

HSL color Cylindrical-coordinate representation of color #4D626F: hue angle of 202.94º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D626F is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 98 111 -
CMYK 0.31 0.12 0 0.56
HSL 202.94º 0.18% 0.37% -
HSV(B) 202.94º 0.31% 0.44% -
XYZ 10.3 11.46 16.71 -
YUV 93.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 77 98 111 0.31 0.12 0 0.56 202.94 0.18 0.37
Hex 4D 62 6F 1F C 0 38 CB 12 25
Octal 115 142 157 37 14 0 70 313 22 45
Binary 1001101 1100010 1101111 11111 1100 0 111000 11001011 10010 100101

Color Harmonies of #4D626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D626F

Black with #4D626F

Text Example


Text Example

White with #4D626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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