Html Css Color HEX #4D606B Fiord

📋 copy color: '#4D606B'

red 77 ◦ green 96 ◦ blue 107

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

Shades of Fiord #4D606B

Tints of Fiord #4D606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 27.5%
G = 34.29%
B = 38.21%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D606B (or 0x4D606B) is known color: Fiord. HEX triplet: 4D, 60 and 6B. RGB value is (77,96,107). Sum of RGB (Red+Green+Blue) = 77+96+107=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D606B is #B29F94. Grayscale: #5B5B5B. Windows color (decimal): -11706261 or 7037005. OLE color: 7037005.

HSL color Cylindrical-coordinate representation of color #4D606B: hue angle of 202º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D606B is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 96 107 -
CMYK 0.28 0.10 0 0.58
HSL 202º 0.16% 0.36% -
HSV(B) 202º 0.28% 0.42% -
XYZ 9.9 11.01 15.51 -
YUV 91.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 77 96 107 0.28 0.10 0 0.58 202 0.16 0.36
Hex 4D 60 6B 1C A 0 3A CA 10 24
Octal 115 140 153 34 12 0 72 312 20 44
Binary 1001101 1100000 1101011 11100 1010 0 111010 11001010 10000 100100

Color Harmonies of #4D606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D606B

Black with #4D606B

Text Example


Text Example

White with #4D606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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