Html Css Color HEX #4D636F Fiord

📋 copy color: '#4D636F'

red 77 ◦ green 99 ◦ blue 111

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

Shades of Fiord #4D636F

Tints of Fiord #4D636F

RGB

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

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

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

R = 26.83%
G = 34.49%
B = 38.68%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D636F (or 0x4D636F) is known color: Fiord. HEX triplet: 4D, 63 and 6F. RGB value is (77,99,111). Sum of RGB (Red+Green+Blue) = 77+99+111=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D636F is #B29C90. Grayscale: #5D5D5D. Windows color (decimal): -11705489 or 7299917. OLE color: 7299917.

HSL color Cylindrical-coordinate representation of color #4D636F: hue angle of 201.18º 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 #4D636F is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 99 111 -
CMYK 0.31 0.11 0 0.56
HSL 201.18º 0.18% 0.37% -
HSV(B) 201.18º 0.31% 0.44% -
XYZ 10.39 11.65 16.74 -
YUV 93.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 77 99 111 0.31 0.11 0 0.56 201.18 0.18 0.37
Hex 4D 63 6F 1F B 0 38 C9 12 25
Octal 115 143 157 37 13 0 70 311 22 45
Binary 1001101 1100011 1101111 11111 1011 0 111000 11001001 10010 100101

Color Harmonies of #4D636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D636F

Black with #4D636F

Text Example


Text Example

White with #4D636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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