Html Css Color HEX #4D606A Fiord

📋 copy color: '#4D606A'

red 77 ◦ green 96 ◦ blue 106

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

Shades of Fiord #4D606A

Tints of Fiord #4D606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 27.6%
G = 34.41%
B = 37.99%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D606A (or 0x4D606A) is known color: Fiord. HEX triplet: 4D, 60 and 6A. RGB value is (77,96,106). Sum of RGB (Red+Green+Blue) = 77+96+106=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D606A is #B29F95. Grayscale: #5B5B5B. Windows color (decimal): -11706262 or 6971469. OLE color: 6971469.

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

Color convert

RGB 77 96 106 -
CMYK 0.27 0.09 0 0.58
HSL 200.69º 0.16% 0.36% -
HSV(B) 200.69º 0.27% 0.42% -
XYZ 9.84 10.98 15.24 -
YUV 91.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 77 96 106 0.27 0.09 0 0.58 200.69 0.16 0.36
Hex 4D 60 6A 1B 9 0 3A C9 10 24
Octal 115 140 152 33 11 0 72 311 20 44
Binary 1001101 1100000 1101010 11011 1001 0 111010 11001001 10000 100100

Color Harmonies of #4D606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D606A

Black with #4D606A

Text Example


Text Example

White with #4D606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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