Html Css Color HEX #4C5761 Fiord

📋 copy color: '#4C5761'

red 76 ◦ green 87 ◦ blue 97

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

Shades of Fiord #4C5761

Tints of Fiord #4C5761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 29.23%
G = 33.46%
B = 37.31%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C5761 (or 0x4C5761) is known color: Fiord. HEX triplet: 4C, 57 and 61. RGB value is (76,87,97). Sum of RGB (Red+Green+Blue) = 76+87+97=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C5761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5761 is #B3A89E. Grayscale: #545454. Windows color (decimal): -11774111 or 6379340. OLE color: 6379340.

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

Color convert

RGB 76 87 97 -
CMYK 0.22 0.10 0 0.62
HSL 208.57º 0.12% 0.34% -
HSV(B) 208.57º 0.22% 0.38% -
XYZ 8.55 9.22 12.64 -
YUV 84.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 76 87 97 0.22 0.10 0 0.62 208.57 0.12 0.34
Hex 4C 57 61 16 A 0 3E D1 C 22
Octal 114 127 141 26 12 0 76 321 14 42
Binary 1001100 1010111 1100001 10110 1010 0 111110 11010001 1100 100010

Color Harmonies of #4C5761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5761

Black with #4C5761

Text Example


Text Example

White with #4C5761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,87,97); }

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

background-color css

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

 a { background-color: rgb(76,87,97); }

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

border-color css

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

 span { border-color: rgb(76,87,97); }

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