Html Css Color HEX #4D606E Fiord

📋 copy color: '#4D606E'

red 77 ◦ green 96 ◦ blue 110

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

Shades of Fiord #4D606E

Tints of Fiord #4D606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.92%

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

R = 27.21%
G = 33.92%
B = 38.87%

CMYK

 C value IS 0.3

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D606E (or 0x4D606E) is known color: Fiord. HEX triplet: 4D, 60 and 6E. RGB value is (77,96,110). Sum of RGB (Red+Green+Blue) = 77+96+110=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D606E is #B29F91. Grayscale: #5B5B5B. Windows color (decimal): -11706258 or 7233613. OLE color: 7233613.

HSL color Cylindrical-coordinate representation of color #4D606E: hue angle of 205.45º 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 #4D606E is Cyan = 0.3, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 96 110 -
CMYK 0.3 0.13 0 0.57
HSL 205.45º 0.18% 0.37% -
HSV(B) 205.45º 0.3% 0.43% -
XYZ 10.06 11.07 16.36 -
YUV 91.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 77 96 110 0.3 0.13 0 0.57 205.45 0.18 0.37
Hex 4D 60 6E 1E D 0 39 CD 12 25
Octal 115 140 156 36 15 0 71 315 22 45
Binary 1001101 1100000 1101110 11110 1101 0 111001 11001101 10010 100101

Color Harmonies of #4D606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D606E

Black with #4D606E

Text Example


Text Example

White with #4D606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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