#4C5765

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

Shades of Bright Grey #4C5765

Tints of Bright Grey #4C5765

Color information

#4C5765 (or 0x4C5765) is unknown color: approx Bright Grey. HEX triplet: 4C, 57 and 65. RGB value is (76,87,101). Sum of RGB (Red+Green+Blue) = 76+87+101=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C5765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5765 is #B3A89A. Grayscale: #555555. Windows color (decimal): -11774107 or 6641484. OLE color: 6641484.

HSL color Cylindrical-coordinate representation of color #4C5765: hue angle of 213.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C5765 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7687101-
CMYK0.250.1400.60
HSL213.6º14.12%34.71%-
HSV(B)213.6º24.75%39.61%-
XYZ8.749.2913.65-
YUV85.31136.86121.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.79%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=28.79%
G=32.95%
B=38.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76871010.250.1400.60213.614.1234.71
Hex4C576519E03Cd6e23
Octal11412714531160743261643
Binary1001100101011111001011100111100111100110101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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