Html Css Color HEX #4D616E Fiord

📋 copy color: '#4D616E'

red 77 ◦ green 97 ◦ blue 110

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

Shades of Fiord #4D616E

Tints of Fiord #4D616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 27.11%
G = 34.15%
B = 38.73%

CMYK

 C value IS 0.3

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D616E (or 0x4D616E) is known color: Fiord. HEX triplet: 4D, 61 and 6E. RGB value is (77,97,110). Sum of RGB (Red+Green+Blue) = 77+97+110=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D616E is #B29E91. Grayscale: #5C5C5C. Windows color (decimal): -11706002 or 7233869. OLE color: 7233869.

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

Color convert

RGB 77 97 110 -
CMYK 0.3 0.12 0 0.57
HSL 203.64º 0.18% 0.37% -
HSV(B) 203.64º 0.3% 0.43% -
XYZ 10.15 11.25 16.39 -
YUV 92.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 77 97 110 0.3 0.12 0 0.57 203.64 0.18 0.37
Hex 4D 61 6E 1E C 0 39 CC 12 25
Octal 115 141 156 36 14 0 71 314 22 45
Binary 1001101 1100001 1101110 11110 1100 0 111001 11001100 10010 100101

Color Harmonies of #4D616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D616E

Black with #4D616E

Text Example


Text Example

White with #4D616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,110); }

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

background-color css

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

 a { background-color: rgb(77,97,110); }

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

border-color css

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

 span { border-color: rgb(77,97,110); }

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