#4C587A

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

Shades of Chambray #4C587A

Tints of Chambray #4C587A

Color information

#4C587A (or 0x4C587A) is unknown color: approx Chambray. HEX triplet: 4C, 58 and 7A. RGB value is (76,88,122). Sum of RGB (Red+Green+Blue) = 76+88+122=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C587A is #B3A785. Grayscale: #585858. Windows color (decimal): -11773830 or 8017996. OLE color: 8017996.

HSL color Cylindrical-coordinate representation of color #4C587A: hue angle of 224.35º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C587A is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7688122-
CMYK0.380.2800.52
HSL224.35º23.23%38.82%-
HSV(B)224.35º37.7%47.84%-
XYZ9.989.9219.8-
YUV88.29147.02119.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=26.57%
G=30.77%
B=42.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76881220.380.2800.52224.3523.2338.82
Hex4C587A261C034e01727
Octal11413017246340643402747
Binary1001100101100011110101001101110001101001110000010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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