Html Css Color HEX #4D5D6D Fiord

📋 copy color: '#4D5D6D'

red 77 ◦ green 93 ◦ blue 109

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

Shades of Fiord #4D5D6D

Tints of Fiord #4D5D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 27.6%
G = 33.33%
B = 39.07%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D5D6D (or 0x4D5D6D) is known color: Fiord. HEX triplet: 4D, 5D and 6D. RGB value is (77,93,109). Sum of RGB (Red+Green+Blue) = 77+93+109=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D5D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5D6D is #B2A292. Grayscale: #595959. Windows color (decimal): -11707027 or 7167309. OLE color: 7167309.

HSL color Cylindrical-coordinate representation of color #4D5D6D: hue angle of 210º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D5D6D is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 93 109 -
CMYK 0.29 0.15 0 0.57
HSL 210º 0.17% 0.36% -
HSV(B) 210º 0.29% 0.43% -
XYZ 9.74 10.51 15.98 -
YUV 90.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 77 93 109 0.29 0.15 0 0.57 210 0.17 0.36
Hex 4D 5D 6D 1D F 0 39 D2 11 24
Octal 115 135 155 35 17 0 71 322 21 44
Binary 1001101 1011101 1101101 11101 1111 0 111001 11010010 10001 100100

Color Harmonies of #4D5D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5D6D

Black with #4D5D6D

Text Example


Text Example

White with #4D5D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,93,109); }

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

background-color css

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

 a { background-color: rgb(77,93,109); }

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

border-color css

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

 span { border-color: rgb(77,93,109); }

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