#4C5F7B

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

Shades of Chambray #4C5F7B

Tints of Chambray #4C5F7B

Color information

#4C5F7B (or 0x4C5F7B) is unknown color: approx Chambray. HEX triplet: 4C, 5F and 7B. RGB value is (76,95,123). Sum of RGB (Red+Green+Blue) = 76+95+123=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C5F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5F7B is #B3A084. Grayscale: #5C5C5C. Windows color (decimal): -11772037 or 8085324. OLE color: 8085324.

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

Color convert

RGB7695123-
CMYK0.380.2300.52
HSL215.74º23.62%39.02%-
HSV(B)215.74º38.21%48.24%-
XYZ10.6511.1520.33-
YUV92.51145.21116.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.85%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=25.85%
G=32.31%
B=41.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76951230.380.2300.52215.7423.6239.02
Hex4C5F7B2617034d81827
Octal11413717346270643303047
Binary1001100101111111110111001101011101101001101100011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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