#4C607F

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

Shades of Chambray #4C607F

Tints of Chambray #4C607F

Color information

#4C607F (or 0x4C607F) is unknown color: approx Chambray. HEX triplet: 4C, 60 and 7F. RGB value is (76,96,127). Sum of RGB (Red+Green+Blue) = 76+96+127=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C607F is #B39F80. Grayscale: #5D5D5D. Windows color (decimal): -11771777 or 8347724. OLE color: 8347724.

HSL color Cylindrical-coordinate representation of color #4C607F: hue angle of 216.47º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C607F is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7696127-
CMYK0.400.2400.50
HSL216.47º25.12%39.8%-
HSV(B)216.47º40.16%49.8%-
XYZ10.9911.4321.71-
YUV93.55146.87115.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 127 (50% from 255) = 42.47%
R=25.42%
G=32.11%
B=42.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76961270.400.2400.50216.4725.1239.8
Hex4C607F2818032d81928
Octal11414017750300623303150
Binary1001100110000011111111010001100001100101101100011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,127); }

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

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

 a { background-color: rgb(76,96,127); }

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

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

 span { border-color: rgb(76,96,127); }

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