#4F5C6B

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

Shades of Chambray #4F5C6B

Tints of Chambray #4F5C6B

Color information

#4F5C6B (or 0x4F5C6B) is unknown color: approx Chambray. HEX triplet: 4F, 5C and 6B. RGB value is (79,92,107). Sum of RGB (Red+Green+Blue) = 79+92+107=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F5C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5C6B is #B0A394. Grayscale: #595959. Windows color (decimal): -11576213 or 7035983. OLE color: 7035983.

HSL color Cylindrical-coordinate representation of color #4F5C6B: hue angle of 212.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F5C6B is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7992107-
CMYK0.260.1400.58
HSL212.14º15.05%36.47%-
HSV(B)212.14º26.17%41.96%-
XYZ9.7110.3815.4-
YUV89.82137.69120.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=28.42%
G=33.09%
B=38.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79921070.260.1400.58212.1415.0536.47
Hex4F5C6B1AE03Ad4f24
Octal11713415332160723241744
Binary1001111101110011010111101011100111010110101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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