Html Css Color HEX #4C575D Fiord

📋 copy color: '#4C575D'

red 76 ◦ green 87 ◦ blue 93

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

Shades of Fiord #4C575D

Tints of Fiord #4C575D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 29.69%
G = 33.98%
B = 36.33%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C575D (or 0x4C575D) is known color: Fiord. HEX triplet: 4C, 57 and 5D. RGB value is (76,87,93). Sum of RGB (Red+Green+Blue) = 76+87+93=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C575D is #B3A8A2. Grayscale: #545454. Windows color (decimal): -11774115 or 6117196. OLE color: 6117196.

HSL color Cylindrical-coordinate representation of color #4C575D: hue angle of 201.18º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C575D is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 87 93 -
CMYK 0.18 0.06 0 0.64
HSL 201.18º 0.1% 0.33% -
HSV(B) 201.18º 0.18% 0.36% -
XYZ 8.36 9.14 11.68 -
YUV 84.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 76 87 93 0.18 0.06 0 0.64 201.18 0.1 0.33
Hex 4C 57 5D 12 6 0 40 C9 A 21
Octal 114 127 135 22 6 0 100 311 12 41
Binary 1001100 1010111 1011101 10010 110 0 1000000 11001001 1010 100001

Color Harmonies of #4C575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C575D

Black with #4C575D

Text Example


Text Example

White with #4C575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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