#4F6273

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

Shades of Chambray #4F6273

Tints of Chambray #4F6273

Color information

#4F6273 (or 0x4F6273) is unknown color: approx Chambray. HEX triplet: 4F, 62 and 73. RGB value is (79,98,115). Sum of RGB (Red+Green+Blue) = 79+98+115=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6273 is #B09D8C. Grayscale: #5E5E5E. Windows color (decimal): -11574669 or 7561807. OLE color: 7561807.

HSL color Cylindrical-coordinate representation of color #4F6273: hue angle of 208.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6273 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7998115-
CMYK0.310.1500.55
HSL208.33º18.56%38.04%-
HSV(B)208.33º31.3%45.1%-
XYZ10.6911.6417.9-
YUV94.26139.71117.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=27.05%
G=33.56%
B=39.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79981150.310.1500.55208.3318.5638.04
Hex4F62731FF037d01326
Octal11714216337170673202346
Binary10011111100010111001111111111101101111101000010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,98,115); }

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

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

 a { background-color: rgb(79,98,115); }

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

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

 span { border-color: rgb(79,98,115); }

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