#4F5C7A

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

Shades of Chambray #4F5C7A

Tints of Chambray #4F5C7A

Color information

#4F5C7A (or 0x4F5C7A) is unknown color: approx Chambray. HEX triplet: 4F, 5C and 7A. RGB value is (79,92,122). Sum of RGB (Red+Green+Blue) = 79+92+122=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F5C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5C7A is #B0A385. Grayscale: #5B5B5B. Windows color (decimal): -11576198 or 8019023. OLE color: 8019023.

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

Color convert

RGB7992122-
CMYK0.350.2500.52
HSL221.86º21.39%39.41%-
HSV(B)221.86º35.25%47.84%-
XYZ10.5610.7219.93-
YUV91.53145.19119.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.96%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=26.96%
G=31.40%
B=41.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79921220.350.2500.52221.8621.3939.41
Hex4F5C7A2319034de1527
Octal11713417243310643362547
Binary1001111101110011110101000111100101101001101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,92,122); }

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

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

 a { background-color: rgb(79,92,122); }

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

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

 span { border-color: rgb(79,92,122); }

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