#4F5B6A

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

Shades of Chambray #4F5B6A

Tints of Chambray #4F5B6A

Color information

#4F5B6A (or 0x4F5B6A) is unknown color: approx Chambray. HEX triplet: 4F, 5B and 6A. RGB value is (79,91,106). Sum of RGB (Red+Green+Blue) = 79+91+106=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F5B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5B6A is #B0A495. Grayscale: #595959. Windows color (decimal): -11576470 or 6970191. OLE color: 6970191.

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

Color convert

RGB7991106-
CMYK0.250.1400.58
HSL213.33º14.59%36.27%-
HSV(B)213.33º25.47%41.57%-
XYZ9.5710.1915.1-
YUV89.12137.52120.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.62%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=28.62%
G=32.97%
B=38.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79911060.250.1400.58213.3314.5936.27
Hex4F5B6A19E03Ad5f24
Octal11713315231160723251744
Binary1001111101101111010101100111100111010110101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,91,106); }

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

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

 a { background-color: rgb(79,91,106); }

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

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

 span { border-color: rgb(79,91,106); }

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