Html Css Color HEX #4C5960 Fiord

📋 copy color: '#4C5960'

red 76 ◦ green 89 ◦ blue 96

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

Shades of Fiord #4C5960

Tints of Fiord #4C5960

RGB

 RED value IS 76 (30.08% from 255) = 29.12%

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 29.12%
G = 34.1%
B = 36.78%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C5960 (or 0x4C5960) is known color: Fiord. HEX triplet: 4C, 59 and 60. RGB value is (76,89,96). Sum of RGB (Red+Green+Blue) = 76+89+96=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5960 is #B3A69F. Grayscale: #555555. Windows color (decimal): -11773600 or 6314316. OLE color: 6314316.

HSL color Cylindrical-coordinate representation of color #4C5960: hue angle of 201º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5960 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 89 96 -
CMYK 0.21 0.07 0 0.62
HSL 201º 0.12% 0.34% -
HSV(B) 201º 0.21% 0.38% -
XYZ 8.66 9.53 12.45 -
YUV 85.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 76 89 96 0.21 0.07 0 0.62 201 0.12 0.34
Hex 4C 59 60 15 7 0 3E C9 C 22
Octal 114 131 140 25 7 0 76 311 14 42
Binary 1001100 1011001 1100000 10101 111 0 111110 11001001 1100 100010

Color Harmonies of #4C5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5960

Black with #4C5960

Text Example


Text Example

White with #4C5960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,89,96); }

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

background-color css

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

 a { background-color: rgb(76,89,96); }

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

border-color css

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

 span { border-color: rgb(76,89,96); }

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