Html Css Color HEX #4C585D Fiord

📋 copy color: '#4C585D'

red 76 ◦ green 88 ◦ blue 93

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

Shades of Fiord #4C585D

Tints of Fiord #4C585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

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

R = 29.57%
G = 34.24%
B = 36.19%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C585D (or 0x4C585D) is known color: Fiord. HEX triplet: 4C, 58 and 5D. RGB value is (76,88,93). Sum of RGB (Red+Green+Blue) = 76+88+93=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C585D is #B3A7A2. Grayscale: #545454. Windows color (decimal): -11773859 or 6117452. OLE color: 6117452.

HSL color Cylindrical-coordinate representation of color #4C585D: hue angle of 197.65º 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 #4C585D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 88 93 -
CMYK 0.18 0.05 0 0.64
HSL 197.65º 0.1% 0.33% -
HSV(B) 197.65º 0.18% 0.36% -
XYZ 8.45 9.31 11.71 -
YUV 84.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 76 88 93 0.18 0.05 0 0.64 197.65 0.1 0.33
Hex 4C 58 5D 12 5 0 40 C6 A 21
Octal 114 130 135 22 5 0 100 306 12 41
Binary 1001100 1011000 1011101 10010 101 0 1000000 11000110 1010 100001

Color Harmonies of #4C585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C585D

Black with #4C585D

Text Example


Text Example

White with #4C585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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