Html Css Color HEX #4D636E Fiord

📋 copy color: '#4D636E'

red 77 ◦ green 99 ◦ blue 110

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

Shades of Fiord #4D636E

Tints of Fiord #4D636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

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

R = 26.92%
G = 34.62%
B = 38.46%

CMYK

 C value IS 0.3

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D636E (or 0x4D636E) is known color: Fiord. HEX triplet: 4D, 63 and 6E. RGB value is (77,99,110). Sum of RGB (Red+Green+Blue) = 77+99+110=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D636E is #B29C91. Grayscale: #5D5D5D. Windows color (decimal): -11705490 or 7234381. OLE color: 7234381.

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

Color convert

RGB 77 99 110 -
CMYK 0.3 0.1 0 0.57
HSL 200º 0.18% 0.37% -
HSV(B) 200º 0.3% 0.43% -
XYZ 10.34 11.63 16.45 -
YUV 93.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 77 99 110 0.3 0.1 0 0.57 200 0.18 0.37
Hex 4D 63 6E 1E A 0 39 C8 12 25
Octal 115 143 156 36 12 0 71 310 22 45
Binary 1001101 1100011 1101110 11110 1010 0 111001 11001000 10010 100101

Color Harmonies of #4D636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D636E

Black with #4D636E

Text Example


Text Example

White with #4D636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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