#4C535A

Color #4C535A Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #4C535A

Tints of Fiord #4C535A

Color information

#4C535A (or 0x4C535A) is unknown color: approx Fiord. HEX triplet: 4C, 53 and 5A. RGB value is (76,83,90). Sum of RGB (Red+Green+Blue) = 76+83+90=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C535A is #B3ACA5. Grayscale: #515151. Windows color (decimal): -11775142 or 5919564. OLE color: 5919564.

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

Color convert

RGB768390-
CMYK0.160.0800.65
HSL210º8.43%32.55%-
HSV(B)210º15.56%35.29%-
XYZ7.928.4610.89-
YUV81.7132.68123.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=30.52%
G=33.33%
B=36.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7683900.160.0800.652108.4332.55
Hex4C535A108041d2821
Octal114123132201001013221041
Binary10011001010011101101010000100001000001110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,83,90); }

 H1.HeaderClassName
 {
   color: #4C535A;
 }
 .AnyTagClassName
 {
   color: #4C535A;
 }
</style>
background-color css

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

 a { background-color: rgb(76,83,90); }

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

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

 span { border-color: rgb(76,83,90); }

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