Html Css Color HEX #4C545B Fiord

📋 copy color: '#4C545B'

red 76 ◦ green 84 ◦ blue 91

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

Shades of Fiord #4C545B

Tints of Fiord #4C545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 30.28%
G = 33.47%
B = 36.25%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C545B (or 0x4C545B) is known color: Fiord. HEX triplet: 4C, 54 and 5B. RGB value is (76,84,91). Sum of RGB (Red+Green+Blue) = 76+84+91=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C545B is #B3ABA4. Grayscale: #525252. Windows color (decimal): -11774885 or 5985356. OLE color: 5985356.

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

Color convert

RGB 76 84 91 -
CMYK 0.16 0.08 0 0.64
HSL 208º 0.09% 0.33% -
HSV(B) 208º 0.16% 0.36% -
XYZ 8.04 8.63 11.14 -
YUV 82.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 76 84 91 0.16 0.08 0 0.64 208 0.09 0.33
Hex 4C 54 5B 10 8 0 40 D0 9 21
Octal 114 124 133 20 10 0 100 320 11 41
Binary 1001100 1010100 1011011 10000 1000 0 1000000 11010000 1001 100001

Color Harmonies of #4C545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C545B

Black with #4C545B

Text Example


Text Example

White with #4C545B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,84,91); }

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

background-color css

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

 a { background-color: rgb(76,84,91); }

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

border-color css

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

 span { border-color: rgb(76,84,91); }

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