Html Css Color HEX #4C5763 Fiord

📋 copy color: '#4C5763'

red 76 ◦ green 87 ◦ blue 99

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

Shades of Fiord #4C5763

Tints of Fiord #4C5763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.79%

R = 29.01%
G = 33.21%
B = 37.79%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4C5763 (or 0x4C5763) is known color: Fiord. HEX triplet: 4C, 57 and 63. RGB value is (76,87,99). Sum of RGB (Red+Green+Blue) = 76+87+99=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5763 is #B3A89C. Grayscale: #555555. Windows color (decimal): -11774109 or 6510412. OLE color: 6510412.

HSL color Cylindrical-coordinate representation of color #4C5763: hue angle of 211.3º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C5763 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 76 87 99 -
CMYK 0.23 0.12 0 0.61
HSL 211.3º 0.13% 0.34% -
HSV(B) 211.3º 0.23% 0.39% -
XYZ 8.64 9.25 13.14 -
YUV 85.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 76 87 99 0.23 0.12 0 0.61 211.3 0.13 0.34
Hex 4C 57 63 17 C 0 3D D3 D 22
Octal 114 127 143 27 14 0 75 323 15 42
Binary 1001100 1010111 1100011 10111 1100 0 111101 11010011 1101 100010

Color Harmonies of #4C5763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5763

Black with #4C5763

Text Example


Text Example

White with #4C5763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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