#4C607B

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

Shades of Chambray #4C607B

Tints of Chambray #4C607B

Color information

#4C607B (or 0x4C607B) is unknown color: approx Chambray. HEX triplet: 4C, 60 and 7B. RGB value is (76,96,123). Sum of RGB (Red+Green+Blue) = 76+96+123=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C607B is #B39F84. Grayscale: #5C5C5C. Windows color (decimal): -11771781 or 8085580. OLE color: 8085580.

HSL color Cylindrical-coordinate representation of color #4C607B: hue angle of 214.47º degrees, saturation: 0.24, 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 #4C607B is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7696123-
CMYK0.380.2200.52
HSL214.47º23.62%39.02%-
HSV(B)214.47º38.21%48.24%-
XYZ10.7411.3320.36-
YUV93.1144.87115.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.76%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=25.76%
G=32.54%
B=41.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76961230.380.2200.52214.4723.6239.02
Hex4C607B2616034d61827
Octal11414017346260643263047
Binary1001100110000011110111001101011001101001101011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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