#4F6178

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

Shades of Chambray #4F6178

Tints of Chambray #4F6178

Color information

#4F6178 (or 0x4F6178) is unknown color: approx Chambray. HEX triplet: 4F, 61 and 78. RGB value is (79,97,120). Sum of RGB (Red+Green+Blue) = 79+97+120=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F6178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6178 is #B09E87. Grayscale: #5E5E5E. Windows color (decimal): -11574920 or 7889231. OLE color: 7889231.

HSL color Cylindrical-coordinate representation of color #4F6178: hue angle of 213.66º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F6178 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7997120-
CMYK0.340.1900.53
HSL213.66º20.6%39.02%-
HSV(B)213.66º34.17%47.06%-
XYZ10.8911.5719.43-
YUV94.24142.54117.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.69%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=26.69%
G=32.77%
B=40.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79971200.340.1900.53213.6620.639.02
Hex4F61782213035d61527
Octal11714117042230653262547
Binary1001111110000111110001000101001101101011101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,120); }

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

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

 a { background-color: rgb(79,97,120); }

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

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

 span { border-color: rgb(79,97,120); }

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